Skip to content

Commit

Permalink
only use the faux jobs when changes are made to the runners configura…
Browse files Browse the repository at this point in the history
…tion

- the presence of these files in the tree is just for tracking
  purposes -- they are installed on the runners outside of the CI
  process so it doesn't do any good to run the full CI when changes
  are made to these files
  • Loading branch information
k-rister committed Aug 28, 2024
1 parent 4b6de23 commit 889463d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/faux-crucible-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- .github/workflows/faux-benchmark-crucible-ci.yaml
- .github/workflows/faux-core-crucible-ci.yaml
- .github/workflows/faux-tool-crucible-ci.yaml
- '.github/runners/**'
- 'docs/**'

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-benchmark-crucible-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- .github/workflows/faux-benchmark-crucible-ci.yaml
- .github/workflows/faux-core-crucible-ci.yaml
- .github/workflows/faux-tool-crucible-ci.yaml
- '.github/runners/**'
- 'docs/**'
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-core-crucible-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- .github/workflows/faux-benchmark-crucible-ci.yaml
- .github/workflows/faux-core-crucible-ci.yaml
- .github/workflows/faux-tool-crucible-ci.yaml
- '.github/runners/**'
- 'docs/**'
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-tool-crucible-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- .github/workflows/faux-benchmark-crucible-ci.yaml
- .github/workflows/faux-core-crucible-ci.yaml
- .github/workflows/faux-tool-crucible-ci.yaml
- '.github/runners/**'
- 'docs/**'
workflow_dispatch:

Expand Down

0 comments on commit 889463d

Please sign in to comment.