Skip to content

Commit 6dbf30d

Browse files
committed
adds notice job as a separate check
1 parent 3b38a4c commit 6dbf30d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ concurrency:
99
cancel-in-progress: true
1010

1111
jobs:
12+
notice:
13+
name: TESTS ARE TEMPORARILY DISABLED- RUN CHANGED RESOURCE TESTS LOCALLY
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: NO-OP
17+
run: |
18+
echo "Tests are skipped. Please test manually."
1219
lint:
1320
name: lint
1421
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)