Refactor: Add concurrency and remove workflow name

This commit is contained in:
2025-09-26 07:27:45 -07:00
parent bffbfbc655
commit 425367106a

View File

@@ -1,10 +1,12 @@
name: Run Hi Tests
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
@@ -38,4 +40,3 @@ jobs:
- name: Check test step outcome
if: steps.run-tests.outcome == 'failure'
run: exit 1