mirror of
https://github.com/hi-language/transpiler.git
synced 2026-01-13 16:18:04 +00:00
Refactor: Add concurrency and remove workflow name
This commit is contained in:
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user