Round 9 of gcc-12 attempts (#1305)

Fixes #1271
This commit is contained in:
Alex Kremer
2024-03-28 13:45:07 +00:00
committed by GitHub
parent 231556d850
commit 332b66dc4f
2 changed files with 5 additions and 1 deletions

View File

@@ -3,7 +3,8 @@ on:
push:
branches: [develop]
paths:
- 'docker/ci/**'
- 'docker/ci/**' # CI image must update when either its dockerfile changes
- 'docker/compilers/**' # or any compilers changed and were pushed by hand
- .github/workflows/update_docker_ci.yml
workflow_dispatch: