Skip to content

Commit

Permalink
Fix invalid comment in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Temikus committed Apr 7, 2024
1 parent d63f326 commit 3a02429
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-compute-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
pull_request:
branches: [ master ]
types: [ assigned, opened, synchronize, reopened, labeled ]
# Only run SQL integration tests if SQL code or deps have changed
# Only run integration tests if relevant code or deps have changed
paths:
# Module-specific paths
- 'lib/fog/compute/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-compute-instance_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
pull_request:
branches: [ master ]
types: [ assigned, opened, synchronize, reopened, labeled ]
# Only run SQL integration tests if SQL code or deps have changed
# Only run integration tests if relevant code or deps have changed
paths:
# Module-specific paths
- 'lib/fog/compute/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-compute-loadbalancing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
pull_request:
branches: [ master ]
types: [ assigned, opened, synchronize, reopened, labeled ]
# Only run SQL integration tests if SQL code or deps have changed
# Only run integration tests if relevant code or deps have changed
paths:
# Module-specific paths
- 'lib/fog/compute/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-compute-networking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
pull_request:
branches: [ master ]
types: [ assigned, opened, synchronize, reopened, labeled ]
# Only run SQL integration tests if SQL code or deps have changed
# Only run integration tests if relevant code or deps have changed
paths:
# Module-specific paths
- 'lib/fog/compute/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
pull_request:
branches: [ master ]
types: [ assigned, opened, synchronize, reopened, labeled ]
# Only run SQL integration tests if SQL code or deps have changed
# Only run integration tests if relevant code or deps have changed
paths:
# Module-specific paths
- 'lib/fog/google/monitoring.rb'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-pubsub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
pull_request:
branches: [ master ]
types: [ assigned, opened, synchronize, reopened, labeled ]
# Only run SQL integration tests if SQL code or deps have changed
# Only run integration tests if relevant code or deps have changed
paths:
# Module-specific paths
- 'lib/fog/google/pubsub.rb'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-sql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
pull_request:
branches: [ master ]
types: [ assigned, opened, synchronize, reopened, labeled ]
# Only run SQL integration tests if SQL code or deps have changed
# Only run integration tests if relevant code or deps have changed
paths:
# Module-specific paths
- 'lib/fog/google/sql.rb'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
pull_request:
branches: [ master ]
types: [ assigned, opened, synchronize, reopened, labeled ]
# Only run SQL integration tests if SQL code or deps have changed
# Only run integration tests if relevant code or deps have changed
paths:
# Module-specific paths
- 'lib/fog/google/storage.rb'
Expand Down

0 comments on commit 3a02429

Please sign in to comment.