Skip to content

Commit

Permalink
Check for branch protection rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaublitz committed Jan 15, 2025
1 parent f88d94b commit 3c138f2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
workflow_dispatch:

jobs:
branch-protection:
runs-on: ubuntu-latest
steps:
- name: Does nothing
run: ':'
clippy:
strategy:
matrix:
Expand Down Expand Up @@ -139,3 +144,7 @@ jobs:
- name: Run error_packet
run: ./target/debug/examples/error_packet
# nl80211 not included due to no wireless interfaces on test machines

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

0 comments on commit 3c138f2

Please sign in to comment.