Skip to content

Commit 98d9c26

Browse files
committed
WIP: mod: .github/workflows/test.yml (main)
Signed-off-by: Philippe Coval <[email protected]>
1 parent d8f472c commit 98d9c26

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66
name: test
77

88
on: # yamllint disable-line rule:truthy
9-
workflow_run:
10-
workflows: ["build"]
11-
types:
12-
- completed
9+
push:
10+
# workflow_run:
11+
# workflows: ["build"]
12+
# types:
13+
# - completed
1314
jobs:
1415
test:
1516
runs-on: ubuntu-24.04
16-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
17+
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
1718
steps:
1819
- name: Download image
1920
uses: ishworkh/[email protected]

0 commit comments

Comments
 (0)