diff --git a/.github/workflows/cflite_batch.yml b/.github/workflows/cflite_batch.yml index 3476506..e4bd876 100644 --- a/.github/workflows/cflite_batch.yml +++ b/.github/workflows/cflite_batch.yml @@ -4,7 +4,6 @@ on: schedule: - cron: '0 0 * * 0' # Weekly permissions: read-all - actions: read jobs: fuzz: runs-on: ubuntu-latest diff --git a/.github/workflows/cflite_pr.yml b/.github/workflows/cflite_pr.yml index fa0efaa..2143e21 100644 --- a/.github/workflows/cflite_pr.yml +++ b/.github/workflows/cflite_pr.yml @@ -7,7 +7,6 @@ on: - 'Cargo.toml' - 'Cargo.lock' permissions: read-all - actions: read jobs: fuzz: runs-on: ubuntu-latest diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a425c69..5c730d5 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -8,7 +8,6 @@ on: schedule: - cron: '0 6 1 * *' permissions: read-all - actions: read jobs: analyze: runs-on: ubuntu-latest diff --git a/.github/workflows/makefile-blocker.yml b/.github/workflows/makefile-blocker.yml index 819e82c..8ea21b9 100644 --- a/.github/workflows/makefile-blocker.yml +++ b/.github/workflows/makefile-blocker.yml @@ -11,7 +11,6 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true permissions: read-all - actions: read jobs: check: runs-on: ubuntu-latest