We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e793f8 commit 9a8c5a2Copy full SHA for 9a8c5a2
.github/workflows/docker.yml
@@ -3,12 +3,12 @@ name: Periodic Docker build
3
4
# Controls when the workflow will run
5
on:
6
- # Triggers the workflow on pushes to open pull requests with changes to the Spack or Docker configuration
7
- pull_request:
8
- paths:
9
- - .github/workflows/docker.yml
10
- - docker/Dockerfile.devenv
11
- - spack.yaml
+ # # Triggers the workflow on pushes to open pull requests with changes to the Spack or Docker configuration
+ # pull_request:
+ # paths:
+ # - .github/workflows/docker.yml
+ # - docker/Dockerfile.devenv
+ # - spack.yaml
12
13
# Triggers the workflow at 00:00 on the first day of every 3 months
14
schedule:
0 commit comments