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: on:
push: push:
branches: branches:
- main - main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -38,4 +40,3 @@ jobs:
- name: Check test step outcome - name: Check test step outcome
if: steps.run-tests.outcome == 'failure' if: steps.run-tests.outcome == 'failure'
run: exit 1 run: exit 1