Skip to content

Commit

Permalink
Trigger most workflows on workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
henrist committed Jun 26, 2024
1 parent d752919 commit 173de97
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/checkly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
workflow_dispatch:
push:
paths:
- ".github/workflows/checkly.yml"
- "checkly/**"

env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/confluence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
workflow_dispatch:
push:
paths:
- ".github/workflows/confluence.yml"
- "services/confluence/**"
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ldap-toolbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
workflow_dispatch:
push:
paths:
- "services/ldap-toolbox/**"
- ".github/workflows/ldap-toolbox.yml"
- "services/ldap-toolbox/**"
jobs:
build:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/openldap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
workflow_dispatch:
push:
paths:
- ".github/workflows/openldap.yml"
- "services/openldap/**"
jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/simplesamlphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
workflow_dispatch:
push:
paths:
- ".github/workflows/simplesamlphp.yml"
- "services/simplesamlphp/**"
jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/slack-invite-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
workflow_dispatch:
push:
paths:
- ".github/workflows/slack-invite-automation.yml"
- "services/slack-invite-automation/**"
jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/uka-webserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
workflow_dispatch:
push:
paths:
- ".github/workflows/uka-webserver.yml"
- "services/uka-webserver/**"
jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/web-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
workflow_dispatch:
push:
paths:
- ".github/workflows/web-1.yml"
- "services/web-1/**"
jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/webdavcgi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
workflow_dispatch:
push:
paths:
- ".github/workflows/webdavcgi.yml"
- "services/webdavcgi/**"
jobs:
build:
Expand Down

0 comments on commit 173de97

Please sign in to comment.