Skip to content

Commit a763b20

Browse files
remove temp branch
1 parent 2bae39b commit a763b20

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/harness-image.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Harness Worker Image
22

33
on:
44
push:
5-
branches: [main, certification-worker]
5+
branches: [main]
66
paths:
77
- "Dockerfile"
88
- "harness/**"
@@ -61,8 +61,7 @@ jobs:
6161
tags: ${{ steps.meta.outputs.tags }}
6262

6363
dispatch-deploy:
64-
# TODO: remove the github.ref condition prior to merging
65-
if: github.event_name == 'release' || github.ref == 'refs/heads/certification-worker'
64+
if: github.event_name == 'release'
6665
needs: build-and-push
6766
runs-on: ubuntu-latest
6867
permissions:

0 commit comments

Comments
 (0)