diff options
| author | Theo Buehler <tb@openbsd.org> | 2024-01-14 16:26:36 +0100 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2024-01-14 16:26:36 +0100 |
| commit | dcd04738c1c9eae80aa655ff38151a028a60f246 (patch) | |
| tree | e885a63050ae46f52f539e3a1f583f603070f9f9 | |
| parent | e0d67e1e23c93c5a154a942a9a504dcad0a06ded (diff) | |
| parent | 9a84163934f41632c2196fa9b8938394cdf69670 (diff) | |
| download | portable-dcd04738c1c9eae80aa655ff38151a028a60f246.tar.gz portable-dcd04738c1c9eae80aa655ff38151a028a60f246.tar.bz2 portable-dcd04738c1c9eae80aa655ff38151a028a60f246.zip | |
Land #991
| -rw-r--r-- | .github/workflows/fedora-rawhide.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/linux.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/macos.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/rust-openssl.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/solaris.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/windows.yml | 1 |
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: |
