File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed
Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,16 @@ name: CBMC
44permissions :
55 contents : read
66on :
7+ workflow_call :
78 workflow_dispatch :
8- workflow_run :
9- workflows : [ "Base tests" ]
10- types : [ completed ]
9+ push :
10+ branches : ["main"]
11+ pull_request :
12+ branches : ["main"]
13+ types : [ "opened", "synchronize" ]
1114
1215concurrency :
13- group : ${{ github.workflow }}-${{ github.event.workflow_run.head_branch }}
16+ group : ${{ github.workflow }}-${{ github.ref }}
1417 cancel-in-progress : true
1518
1619jobs :
Original file line number Diff line number Diff line change @@ -4,13 +4,16 @@ name: Extended tests
44permissions :
55 contents : read
66on :
7+ workflow_call :
78 workflow_dispatch :
8- workflow_run :
9- workflows : [ "Base tests" ]
10- types : [ completed ]
9+ push :
10+ branches : ["main"]
11+ pull_request :
12+ branches : ["main"]
13+ types : [ "opened", "synchronize" ]
1114
1215concurrency :
13- group : ${{ github.workflow }}-${{ github.event.workflow_run.head_branch }}
16+ group : ${{ github.workflow }}-${{ github.ref }}
1417 cancel-in-progress : true
1518
1619jobs :
You can’t perform that action at this time.
0 commit comments