Skip to content

Commit

Permalink
Merge pull request #15 from stack-spot/fix/check-branch
Browse files Browse the repository at this point in the history
fixing check-branch action
  • Loading branch information
Tiagoperes authored May 10, 2024
2 parents 0a5e390 + 5dc71c0 commit 9b9c348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: pull_request
jobs:
check-branch:
runs-on:
- engineering-runners-stg
- ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: node -v
Expand Down

0 comments on commit 9b9c348

Please sign in to comment.