Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace "skip-duplicate-action" GHA jobs pre-check with native GHA concurrency functionality #1924

Merged
merged 1 commit into from
Aug 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/actions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ using the following commands:

```bash
# Those commands need to run from the repository root
git subtree pull --prefix .github/actions/skip-duplicate-actions https://github.com/fkirc/skip-duplicate-actions.git master --squash

git subtree pull --prefix .github/actions/gh-action-pip-audit/ https://github.com/pypa/gh-action-pip-audit.git main --squash
```
3 changes: 0 additions & 3 deletions .github/actions/skip-duplicate-actions/.eslintignore

This file was deleted.

60 changes: 0 additions & 60 deletions .github/actions/skip-duplicate-actions/.eslintrc.json

This file was deleted.

1 change: 0 additions & 1 deletion .github/actions/skip-duplicate-actions/.gitattributes

This file was deleted.

1 change: 0 additions & 1 deletion .github/actions/skip-duplicate-actions/.github/FUNDING.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/actions/skip-duplicate-actions/.github/dependabot.yml

This file was deleted.

This file was deleted.

87 changes: 0 additions & 87 deletions .github/actions/skip-duplicate-actions/.github/workflows/test.yml

This file was deleted.

102 changes: 0 additions & 102 deletions .github/actions/skip-duplicate-actions/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions .github/actions/skip-duplicate-actions/.prettierignore

This file was deleted.

10 changes: 0 additions & 10 deletions .github/actions/skip-duplicate-actions/.prettierrc.json

This file was deleted.

19 changes: 0 additions & 19 deletions .github/actions/skip-duplicate-actions/LICENSE

This file was deleted.

Loading