We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bae39b commit a763b20Copy full SHA for a763b20
1 file changed
.github/workflows/harness-image.yml
@@ -2,7 +2,7 @@ name: Harness Worker Image
2
3
on:
4
push:
5
- branches: [main, certification-worker]
+ branches: [main]
6
paths:
7
- "Dockerfile"
8
- "harness/**"
@@ -61,8 +61,7 @@ jobs:
61
tags: ${{ steps.meta.outputs.tags }}
62
63
dispatch-deploy:
64
- # TODO: remove the github.ref condition prior to merging
65
- if: github.event_name == 'release' || github.ref == 'refs/heads/certification-worker'
+ if: github.event_name == 'release'
66
needs: build-and-push
67
runs-on: ubuntu-latest
68
permissions:
0 commit comments