Skip to content

Commit b8dd32a

Browse files
committed
DROP ME
1 parent 7b20004 commit b8dd32a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

ci/actions-templates/freebsd-builds-template.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)