Skip to content

Commit

Permalink
register atomic workflows by adding a pull_request trigger; to be rem…
Browse files Browse the repository at this point in the history
…oved after registering
  • Loading branch information
mikealfare committed Dec 7, 2024
1 parent 849c6b8 commit 0ecccb5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_changelog-entry-check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Changelog entry check"

on:
pull_request:
workflow_call:
inputs:
package:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/_code-quality.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Code quality"

on:
pull_request:
workflow_call:
inputs:
branch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/_generate-changelog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Changelog generation"

on:
pull_request:
workflow_call:
inputs:
package:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/_package-directory.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Package directory"

on:
pull_request:
workflow_call:
inputs:
package:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/_publish-internal.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Publish internally"

on:
pull_request:
workflow_call:
inputs:
package:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/_publish-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Publish to PyPI"

on:
pull_request:
workflow_call:
inputs:
package:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/_unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Unit tests"

on:
pull_request:
workflow_call:
inputs:
package:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/_verify-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Verify build"

on:
pull_request:
workflow_call:
inputs:
package:
Expand Down

0 comments on commit 0ecccb5

Please sign in to comment.