Skip to content
Merged
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
14 changes: 0 additions & 14 deletions .github/workflows/check-permissions.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
tags: ["v*"]
pull_request:
branches: [main]
types: [opened, synchronize, reopened, labeled]

env:
BINK_COMMIT: e7d4574fdc610a9fd9bd067aff984516ec7c507d
Expand All @@ -18,11 +17,7 @@ concurrency:
cancel-in-progress: true

jobs:
check-permissions:
uses: $/.github/workflows/check-permissions.yml

unit:
needs: [check-permissions]
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -53,7 +48,6 @@ jobs:
run: make lint

build-bink:
needs: [check-permissions]
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -90,7 +84,6 @@ jobs:
path: bink

build-operator:
needs: [check-permissions]
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,11 @@ on:
branches: [main]
pull_request:
branches: ["**"]
types: [opened, synchronize, reopened, labeled]

permissions: {}

jobs:
check-permissions:
uses: $/.github/workflows/check-permissions.yml

zizmor:
needs: [check-permissions]
name: Scan GHA workflows
runs-on: ubuntu-24.04
permissions:
Expand Down
Loading