Skip to content

Commit

Permalink
adds notice job as a separate check
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonc committed May 9, 2024
1 parent 3b38a4c commit 6dbf30d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ concurrency:
cancel-in-progress: true

jobs:
notice:
name: TESTS ARE TEMPORARILY DISABLED- RUN CHANGED RESOURCE TESTS LOCALLY
runs-on: ubuntu-latest
steps:
- name: NO-OP
run: |
echo "Tests are skipped. Please test manually."
lint:
name: lint
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6dbf30d

Please sign in to comment.