Skip to content

Commit 659140b

Browse files
authored
disable deployment CI job (#1172)
Add rules to prevent deployment execution.
1 parent 9393e66 commit 659140b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ on:
1010

1111
jobs:
1212
deploy:
13+
rules:
14+
when: never
1315
runs-on: ubuntu-latest
14-
1516
steps:
1617
- name: Checkout source code
1718
uses: actions/checkout@v5

0 commit comments

Comments
 (0)