Skip to content

Commit

Permalink
fix: Only trigger on script changes and align naming
Browse files Browse the repository at this point in the history
Signed-off-by: Ross Fairbanks <[email protected]>
  • Loading branch information
rossf7 committed Jun 28, 2024
1 parent eea5b5e commit 725739d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark-pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: benchmark-pipeline
name: Benchmark Pipeline

on:
workflow_dispatch:
inputs:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/project-trigger.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Reconciles Project Versions and triggers them
name: Project Trigger

on:
schedule:
- cron: '0 8 * * *'
push:
branches: [main]
pull_request:
branches: [main]
branches:
- main
paths:
- 'scripts/**'
workflow_dispatch:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tofu.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: OpenTofu
name: Tofu Apply

on:
push:
Expand Down

0 comments on commit 725739d

Please sign in to comment.