Skip to content

Commit

Permalink
Try to differentiate between workflows, they are all called teh same
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Feb 1, 2024
1 parent a6fc1c1 commit b6733a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/local-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
types: [opened, edited, ready_for_review, synchronize]

jobs:
check_pr:
dev_check_pr:
name: "Checks dev version"
runs-on: ubuntu-latest
steps:
- name: Check PR
- name: Dev check PR
uses: JJ/github-pr-contains-action@master
with:
github-token: ${{github.token}}
Expand Down

0 comments on commit b6733a3

Please sign in to comment.