Skip to content

Commit 927ecd0

Browse files
committed
revert conditional build
1 parent 6f1ba4d commit 927ecd0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
name: Docker build (edge)
22
on:
3-
workflow_run:
4-
workflows: [Test]
5-
branches: [test]
6-
types: [completed]
3+
push: { branches: master }
74

85
jobs:
96
docker:
107
runs-on: ubuntu-latest
11-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
128
steps:
139
- name: Checkout
1410
uses: actions/checkout@v4

0 commit comments

Comments
 (0)