diff options
| author | HiFiPhile <[email protected]> | 2024-05-11 12:44:16 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2024-05-11 12:44:16 +0200 |
| commit | 33882b3e89ead1d8b27e858ac8a932b4cbb9b165 (patch) | |
| tree | 6b4bac21569d9c01cb027ca7cc30068fbf1dd0aa /.github/workflows/pre-commit.yml | |
| parent | 9ce44db56f145d2efeec6b67d0786230c1a735c4 (diff) | |
| parent | d707ea56b47e2fbbe5eaa4854a427a3a7873dea3 (diff) | |
Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fb
Diffstat (limited to '.github/workflows/pre-commit.yml')
| -rw-r--r-- | .github/workflows/pre-commit.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 6b3151702..d1ffe6ca1 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -7,7 +7,7 @@ on: branches: [ master ] concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: @@ -38,7 +38,6 @@ jobs: - name: Build Fuzzer run: | - pip install click export CC=clang export CXX=clang++ fuzz_harness=$(ls -d test/fuzz/device/*/) |
