Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn authored May 16, 2024
1 parent 8e3a1ad commit 54682c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '0 0 * * *' # Runs at midnight UTC every day
workflow_dispatch:

### Comment this out before merge
### Comment this out before merge
push:
branches:
- main
Expand All @@ -14,8 +14,8 @@ on:
- main

concurrency:
group: regression_test-${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}
cancel-in-progress: true
group: regression_test-${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}
cancel-in-progress: true
###


Expand Down

0 comments on commit 54682c4

Please sign in to comment.