Skip to content

Commit c503e79

Browse files
committed
DROP ME
1 parent bb89b9d commit c503e79

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,6 @@ jobs:
13451345
# Do not edit this file in .github/workflows
13461346
build-freebsd-main: # job-name skip-stable
13471347
runs-on: ubuntu-latest
1348-
if: ${{ (github.event_name == 'push' && github.ref_name == 'main') || github.event_name == 'schedule' }} # skip-stable
13491348
steps:
13501349
- uses: actions/checkout@v6
13511350
with:

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ jobs: # skip-main skip-stable
55
build-freebsd-main: # job-name skip-stable
66
build-freebsd-stable: # job-name skip-main
77
runs-on: ubuntu-latest
8-
if: ${{ (github.event_name == 'push' && github.ref_name == 'main') || github.event_name == 'schedule' }} # skip-stable
98
if: ${{ github.event_name == 'push' && github.ref_name == 'stable' }} # skip-main
109
steps:
1110
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)