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 ee87f73 commit 78a96b9Copy full SHA for 78a96b9
1 file changed
.github/workflows/docker-ci.yml
@@ -31,8 +31,8 @@ concurrency:
31
32
jobs:
33
build-and-test:
34
- # runs-on: ubuntu-latest
35
- runs-on: arc-s2-runner
+ runs-on: ubuntu-latest
+ # runs-on: arc-s2-runner
36
strategy:
37
fail-fast: false
38
matrix:
@@ -276,8 +276,8 @@ jobs:
276
publish:
277
needs: build-and-test
278
if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'schedule')
279
280
281
282
283
0 commit comments