Skip to content

Commit

Permalink
Replace "skip-duplicate-action" GHA jobs pre-check with native GHA
Browse files Browse the repository at this point in the history
"concurrency" functionality.

Concurrency functionality which allows us to cancel redundant builds is
now available natively as part of GHA functionality so we can get rid of
skip duplicate actions action and simplify the workflow.

This way we can also get rid of write permission which was needed by
that action to be able to cancel in progress GHA job runs.
  • Loading branch information
Kami committed Aug 1, 2023
1 parent 29172be commit e15e234
Show file tree
Hide file tree
Showing 26 changed files with 22 additions and 27,233 deletions.
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

0 comments on commit e15e234

Please sign in to comment.