Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ada.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
types: [opened, synchronize, reopened, ready_for_review]
branches: [ '*' ]

permissions:
contents: read

jobs:
build:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/aesgcm-siv.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: AES-GCM-SIV (RFC 8452) tests

# START OF COMMON SECTION
Expand All @@ -15,6 +15,9 @@
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,12 @@ on:

concurrency:
# Same branch push cancels other jobs. Other PR branches untouched

group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true

permissions:
contents: read

# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/async-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read

jobs:
async_examples:
if: ${{ (github.repository_owner == 'wolfssl') && (github.event_name != 'pull_request' || github.event.pull_request.draft == false) }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/async.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: Async Tests

# START OF COMMON SECTION
Expand All @@ -16,6 +16,9 @@
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/bind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check-cert-chains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cmake-autoconf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
types: [opened, synchronize, reopened, ready_for_review]
branches: [ '*' ]

permissions:
contents: read

jobs:
build:
if: ${{ (github.repository_owner == 'wolfssl') && (github.event_name != 'pull_request' || github.event.pull_request.draft == false) }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
types: [opened, synchronize, reopened, ready_for_review]
branches: [ '*' ]

permissions:
contents: read

jobs:
build:
if: ${{ (github.repository_owner == 'wolfssl') && (github.event_name != 'pull_request' || github.event.pull_request.draft == false) }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cross-wolfclu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cross-wolfmqtt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cross-wolfpkcs11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cross-wolfprovider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cross-wolfssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cross-wolftpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cryptocb-only.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: cryptocb-only Tests

# START OF COMMON SECTION
Expand All @@ -16,6 +16,9 @@
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/curl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cyrus-sasl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/disable-pk-algs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: disable-pk-algs Tests

# START OF COMMON SECTION
Expand All @@ -16,6 +16,9 @@
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docker-Espressif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/emnet-nonblock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

# Build wolfSSL with -DWOLFSSL_EMNET using the clean-room shim in
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/fil-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/freertos-mem-track.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

# Regression test for the memLock / pthread.h guard misalignment in
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/gencertbuf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/grpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/haproxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/hostap-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

env:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/intelasm-c-fallback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ipmitool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION


Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/jwt-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/krb5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/libspdm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/libssh2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/libvncserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/linuxkm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/mbedtls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

env:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/membrowse-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'push' && github.sha || github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

permissions:
contents: read

jobs:
load-targets:
# Only run from the wolfssl org to avoid burning forks' CI minutes
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/memcached.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
# END OF COMMON SECTION

jobs:
Expand Down
Loading
Loading