diff --git a/.github/workflows/clusterfuzzlite.yml b/.github/workflows/clusterfuzzlite.yml index dbf30706..49f366bc 100644 --- a/.github/workflows/clusterfuzzlite.yml +++ b/.github/workflows/clusterfuzzlite.yml @@ -22,7 +22,6 @@ on: - cron: '0 2 * * 0' # Sunday 02:00 UTC workflow_dispatch: permissions: read-all - actions: read concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index f65350db..75a45e36 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -27,7 +27,6 @@ on: - 'bindings/**' workflow_dispatch: permissions: read-all - actions: read concurrency: group: e2e-${{ github.ref }} cancel-in-progress: true