Skip to content

Commit 0d2cfa1

Browse files
authored
Add paths ignore to stop triggering containers too much
1 parent a2e0e61 commit 0d2cfa1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build_containers.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ on:
66
- RELEASE_*
77
paths-ignore:
88
- 'extensions/**'
9+
- .github/workflows/build_apptainer.yaml
10+
- .github/workflows/build_extensions.yaml
11+
- .github/workflows/full-rstudio-build.yml
12+
- .github/workflows/image-scan.yml
13+
- .github/workflows/rocker-builds.yaml
14+
- .github/workflows/update_latest.yaml
15+
- .github/workflows/weekly-release-bump.yaml
16+
- .github/ISSUE_TEMPLATE/**
917
workflow_dispatch:
1018
schedule:
1119
- cron: '0 18 * * 5'

0 commit comments

Comments
 (0)