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 2e54efc commit 78de4c0Copy full SHA for 78de4c0
.github/workflows/build.yml
@@ -1,7 +1,11 @@
1
name: Build
2
3
on:
4
- - push
+ push:
5
+ branches: [ master ]
6
+ pull_request:
7
8
+ workflow_call:
9
10
jobs:
11
build:
.github/workflows/run.yml
@@ -1,12 +1,16 @@
name: Run
- workflow_run:
- workflows: ["Build"]
- types: [completed]
+ reuse_build:
+ uses: gamemann/XDP-Firewall/.github/workflows/build.yml@master
12
run:
13
+ needs: reuse_build
14
runs-on: ubuntu-latest
15
16
steps:
0 commit comments