We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0b23e commit b7a564bCopy full SHA for b7a564b
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
lint:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
10
- name: Set up Python
11
uses: actions/setup-python@v5
12
with:
@@ -19,7 +19,7 @@ jobs:
19
e2e-test:
20
21
22
23
24
25
@@ -37,7 +37,7 @@ jobs:
37
- lint
38
- e2e-test
39
40
41
42
- name: Login to DockerHub
43
if: ${{ github.ref == 'refs/heads/master' }}
0 commit comments