File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1142,7 +1142,6 @@ jobs:
11421142 # Do not edit this file in .github/workflows
11431143 build-freebsd-master : # job-name skip-stable
11441144 runs-on : ubuntu-latest
1145- if : ${{ (github.event_name == 'push' && github.ref_name == 'master') || github.event_name == 'schedule' }} # skip-stable
11461145 steps :
11471146 - uses : actions/checkout@v4
11481147 with :
@@ -1172,7 +1171,6 @@ jobs:
11721171 # Do not edit this file in .github/workflows
11731172 build-freebsd-stable : # job-name skip-master
11741173 runs-on : ubuntu-latest
1175- if : ${{ github.event_name == 'push' && github.ref_name == 'stable' }} # skip-master
11761174 steps :
11771175 - uses : actions/checkout@v4
11781176 with :
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ jobs: # skip-master skip-stable
55 build-freebsd-master : # job-name skip-stable
66 build-freebsd-stable : # job-name skip-master
77 runs-on : ubuntu-latest
8- if : ${{ (github.event_name == 'push' && github.ref_name == 'master') || github.event_name == 'schedule' }} # skip-stable
9- if : ${{ github.event_name == 'push' && github.ref_name == 'stable' }} # skip-master
108 steps :
119 - uses : actions/checkout@v4
1210 with :
You can’t perform that action at this time.
0 commit comments