File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1286,7 +1286,7 @@ jobs:
1286
1286
# Do not edit this file in .github/workflows
1287
1287
build-freebsd-master : # job-name skip-stable
1288
1288
runs-on : ubuntu-latest
1289
- if : ${{ (github.event_name == 'push' && github.ref_name == 'master') || github.event_name == 'schedule' }} # skip-stable
1289
+ if : ${{ true }} # skip-stable
1290
1290
steps :
1291
1291
- uses : actions/checkout@v4
1292
1292
with :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ jobs: # skip-master skip-stable
5
5
build-freebsd-master : # job-name skip-stable
6
6
build-freebsd-stable : # job-name skip-master
7
7
runs-on : ubuntu-latest
8
- if : ${{ (github.event_name == 'push' && github.ref_name == 'master') || github.event_name == 'schedule' }} # skip-stable
8
+ if : ${{ true }} # skip-stable
9
9
if : ${{ github.event_name == 'push' && github.ref_name == 'stable' }} # skip-master
10
10
steps :
11
11
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments