Lines Matching +full:cancel +full:- +full:in +full:- +full:progress
5 # Redistribution and use in source and binary forms, with or without
9 # 2. Redistributions in binary form must reproduce the above copyright
10 # notice, this list of conditions and the following disclaimer in the
19 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
34 - 'main'
37 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
38 cancel-in-progress: true
40 permissions: # added using https://github.com/step-security/secure-workflows
45 runs-on: ubuntu-24.04
47 - name: Harden Runner
48 uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
50 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
52 - name: Build Fuzzers
53 …uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@c0e4bb8d15a68b7f8cc731ea75523e48a2301bcf …
55 oss-fuzz-project-name: 'openthread'
56 dry-run: false
57 - name: Run Fuzzers
58 …uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@c0e4bb8d15a68b7f8cc731ea75523e48a2301bcf # …
60 oss-fuzz-project-name: 'openthread'
61 fuzz-seconds: 1800
62 dry-run: false
63 - name: Upload Crash
64 uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3