Skip to content

Commit

Permalink
config: workflow labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelFangel committed Oct 21, 2023
1 parent 5f51708 commit 27cffd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: "Build and populate cache"
on:
workflow_run:
workflows: ["Format / format (pull_request)"]
types:
- completed
pull_request:
types: [ labeled ]

jobs:
tests:
if: ${{ github.event.label.name == 'has: formatting' }}
strategy:
matrix:
cachixName:
Expand Down

0 comments on commit 27cffd3

Please sign in to comment.