We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f7306 commit dde2122Copy full SHA for dde2122
1 file changed
.github/workflows/test-build.yml
@@ -1,16 +1,13 @@
1
name: Docker Image test
2
on:
3
workflow_dispatch: null
4
- workflow_run:
5
- workflows: ["update conda lockfile"]
6
- types: [completed]
7
8
jobs:
9
build:
10
runs-on: ubuntu-latest
11
permissions: write-all
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
with:
15
ref: test
16
- name: Login to GitHub Container Registry
0 commit comments