File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments