Skip to content

Commit

Permalink
230912.180918.HKT revise cmake*.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Sep 12, 2023
1 parent 435462f commit 108abf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake_nagfor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ run-name: ${{ github.event_name == 'workflow_dispatch' && format('Manual run {0}

jobs:

test:
cmake-nagfor
name: CMake build with nagfor
runs-on: [self-hosted, nagfor]
continue-on-error: true
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
check_success_timeout:
runs-on: ubuntu-latest
if: ${{ !cancelled() }}
needs: test
needs: cmake-nagfor
steps:
- name: Clone the GitHub actions scripts
uses: actions/checkout@v4
Expand Down

0 comments on commit 108abf5

Please sign in to comment.