Skip to content

Commit e637c6c

Browse files
committed
DROP ME
1 parent fb77b07 commit e637c6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ jobs:
12861286
# Do not edit this file in .github/workflows
12871287
build-freebsd-master: # job-name skip-stable
12881288
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
12901290
steps:
12911291
- uses: actions/checkout@v4
12921292
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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
8+
if: ${{ true }} # skip-stable
99
if: ${{ github.event_name == 'push' && github.ref_name == 'stable' }} # skip-master
1010
steps:
1111
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)