Skip to content

Commit

Permalink
Improve names (remove action from them)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-cogliati-inl committed Nov 29, 2022
1 parent db31555 commit beaca86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: GitHub Action HERON test
name: GitHub HERON test
run-name: ${{ github.actor }} is testing out HERON
on: [push, pull_request]
jobs:
Test-HERON-Action-Linux:
Test-HERON-Linux:
runs-on: [self-hosted, linux]
steps:
- run: echo " The job was automatically triggered by a ${{ github.event_name }} event."
Expand All @@ -18,7 +18,7 @@ jobs:
- run: cd ../raven && ./build_raven
- run: ../raven/run_tests --library-report
- run: ../raven/run_tests -j4 --plugins --re=HERON
Test-HERON-Action-Windows:
Test-HERON-Windows:
runs-on: [self-hosted, windows]
steps:
- run: echo " The job was automatically triggered by a ${{ github.event_name }} event."
Expand Down

0 comments on commit beaca86

Please sign in to comment.