aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/fedora-rawhide.yml1
-rw-r--r--.github/workflows/linux.yml1
-rw-r--r--.github/workflows/macos.yml1
-rw-r--r--.github/workflows/rust-openssl.yml1
-rw-r--r--.github/workflows/solaris.yml1
-rw-r--r--.github/workflows/windows.yml1
6 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/fedora-rawhide.yml b/.github/workflows/fedora-rawhide.yml
index 86195d1..1303af2 100644
--- a/.github/workflows/fedora-rawhide.yml
+++ b/.github/workflows/fedora-rawhide.yml
@@ -19,6 +19,7 @@ jobs:
19 cc: [ gcc, clang ] 19 cc: [ gcc, clang ]
20 name: ${{ matrix.cc }} 20 name: ${{ matrix.cc }}
21 runs-on: ubuntu-latest 21 runs-on: ubuntu-latest
22 if: ${{ github.repository_owner == 'libressl' || github.event_name != 'schedule' }}
22 container: 23 container:
23 image: fedora:rawhide 24 image: fedora:rawhide
24 steps: 25 steps:
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index c51ade2..d48c1e8 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -16,6 +16,7 @@ jobs:
16 test: 16 test:
17 name: "${{ matrix.os }}/${{ matrix.arch }} (${{ matrix.compiler }})" 17 name: "${{ matrix.os }}/${{ matrix.arch }} (${{ matrix.compiler }})"
18 runs-on: "${{ matrix.os }}" 18 runs-on: "${{ matrix.os }}"
19 if: ${{ github.repository_owner == 'libressl' || github.event_name != 'schedule' }}
19 permissions: 20 permissions:
20 contents: read 21 contents: read
21 strategy: 22 strategy:
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index ae7b9f0..e1395d1 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -15,6 +15,7 @@ jobs:
15 test: 15 test:
16 name: "${{ matrix.os }}/${{ matrix.arch }}" 16 name: "${{ matrix.os }}/${{ matrix.arch }}"
17 runs-on: "${{ matrix.os }}" 17 runs-on: "${{ matrix.os }}"
18 if: ${{ github.repository_owner == 'libressl' || github.event_name != 'schedule' }}
18 permissions: 19 permissions:
19 contents: read 20 contents: read
20 strategy: 21 strategy:
diff --git a/.github/workflows/rust-openssl.yml b/.github/workflows/rust-openssl.yml
index 865219e..6487b47 100644
--- a/.github/workflows/rust-openssl.yml
+++ b/.github/workflows/rust-openssl.yml
@@ -14,6 +14,7 @@ jobs:
14 test: 14 test:
15 name: "Test" 15 name: "Test"
16 runs-on: "ubuntu-latest" 16 runs-on: "ubuntu-latest"
17 if: ${{ github.repository_owner == 'libressl' || github.event_name != 'schedule' }}
17 permissions: 18 permissions:
18 contents: read 19 contents: read
19 steps: 20 steps:
diff --git a/.github/workflows/solaris.yml b/.github/workflows/solaris.yml
index 69ae147..e331e00 100644
--- a/.github/workflows/solaris.yml
+++ b/.github/workflows/solaris.yml
@@ -14,6 +14,7 @@ jobs:
14 test: 14 test:
15 name: "Solaris" 15 name: "Solaris"
16 runs-on: ubuntu-latest 16 runs-on: ubuntu-latest
17 if: ${{ github.repository_owner == 'libressl' || github.event_name != 'schedule' }}
17 permissions: 18 permissions:
18 contents: read 19 contents: read
19 steps: 20 steps:
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index a78a1ed..8adb9f9 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -15,6 +15,7 @@ jobs:
15 test: 15 test:
16 name: "${{ matrix.os }}/${{ matrix.arch }} (${{ matrix.generator }})" 16 name: "${{ matrix.os }}/${{ matrix.arch }} (${{ matrix.generator }})"
17 runs-on: "${{ matrix.os }}" 17 runs-on: "${{ matrix.os }}"
18 if: ${{ github.repository_owner == 'libressl' || github.event_name != 'schedule' }}
18 permissions: 19 permissions:
19 contents: read 20 contents: read
20 strategy: 21 strategy: