Skip to content

Commit da709bf

Browse files
committed
also for build jobs
1 parent bd85594 commit da709bf

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/build_master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ env:
1515

1616
jobs:
1717
build_master:
18+
if: ${{ github.repository_owner == 'curl' || github.event_name != 'schedule' }}
1819
name: ${{ matrix.build.name }}
1920
runs-on: 'ubuntu-latest'
2021
permissions:

.github/workflows/build_master_dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ env:
1616

1717
jobs:
1818
build_dev_master:
19+
if: ${{ github.repository_owner == 'curl' || github.event_name != 'schedule' }}
1920
name: ${{ matrix.build.name }}
2021
runs-on: 'ubuntu-latest'
2122
permissions:

.github/workflows/build_master_multi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ env:
1515

1616
jobs:
1717
build_multi_master:
18+
if: ${{ github.repository_owner == 'curl' || github.event_name != 'schedule' }}
1819
name: ${{ matrix.build.name }}
1920
runs-on: 'ubuntu-latest'
2021
permissions:

0 commit comments

Comments
 (0)