Skip to content

Commit

Permalink
Trigger workflows when they get updated
Browse files Browse the repository at this point in the history
So workflows can be tested inside the PRs
  • Loading branch information
Temikus committed Apr 7, 2024
1 parent cf827b1 commit 547c0aa
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-compute-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ on:
- 'lib/fog/google.rb'
# Trigger workflow on version upgrade
- 'lib/fog/google/version.rb'
# Trigger when workflow itself is updated
- '.github/workflows/integration-compute-core.yml'

# Setting hard concurrency limit for the project due to cleanup
# TODO(fog-google#626): remove this once cleanup is fixed
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integration-compute-instance_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ on:
- 'lib/fog/google.rb'
# Trigger workflow on version upgrade
- 'lib/fog/google/version.rb'
# Trigger when workflow itself is updated
- '.github/workflows/integration-compute-instance_groups.yml'

# Setting hard concurrency limit for the project due to cleanup
# TODO(fog-google#626): remove this once cleanup is fixed
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integration-compute-loadbalancing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ on:
- 'lib/fog/google.rb'
# Trigger workflow on version upgrade
- 'lib/fog/google/version.rb'
# Trigger when workflow itself is updated
- '.github/workflows/integration-compute-loadbalancing.yml'

# Setting hard concurrency limit for the project due to cleanup
# TODO(fog-google#626): remove this once cleanup is fixed
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integration-compute-networking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ on:
- 'lib/fog/google.rb'
# Trigger workflow on version upgrade
- 'lib/fog/google/version.rb'
# Trigger when workflow itself is updated
- '.github/workflows/integration-compute-networking.yml'

# Setting hard concurrency limit for the project due to cleanup
# TODO(fog-google#626): remove this once cleanup is fixed
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integration-monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ on:
- 'lib/fog/google.rb'
# Trigger workflow on version upgrade
- 'lib/fog/google/version.rb'
# Trigger when workflow itself is updated
- '.github/workflows/integration-monitoring.yml'

# Setting hard concurrency limit for the project due to cleanup
# TODO(fog-google#626): remove this once cleanup is fixed
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integration-pubsub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ on:
- 'lib/fog/google.rb'
# Trigger workflow on version upgrade
- 'lib/fog/google/version.rb'
# Trigger when workflow itself is updated
- '.github/workflows/integration-pubsub.yml'

# Setting hard concurrency limit for the project due to cleanup
# TODO(fog-google#626): remove this once cleanup is fixed
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integration-sql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ on:
- 'lib/fog/google.rb'
# Trigger workflow on version upgrade
- 'lib/fog/google/version.rb'
# Trigger when workflow itself is updated
- '.github/workflows/integration-sql.yml'

# Setting hard concurrency limit for the project due to cleanup
# TODO(fog-google#626): remove this once cleanup is fixed
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integration-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ on:
- 'lib/fog/google.rb'
# Trigger workflow on version upgrade
- 'lib/fog/google/version.rb'
# Trigger when workflow itself is updated
- '.github/workflows/integration-storage.yml'

# Setting hard concurrency limit for the project due to cleanup
# TODO(fog-google#626): remove this once cleanup is fixed
Expand Down

0 comments on commit 547c0aa

Please sign in to comment.