Skip to content

Commit

Permalink
Update typecheck.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkvanzanten committed Jun 19, 2023
1 parent c2ab45e commit fa8e9e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/typecheck.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check
name: Typecheck

on:
push:
Expand All @@ -9,7 +9,7 @@ on:
- main

concurrency:
group: check-${{ github.ref }}
group: typecheck-${{ github.ref }}
cancel-in-progress: true

env:
Expand Down

0 comments on commit fa8e9e2

Please sign in to comment.