Skip to content

Commit

Permalink
Commented out if for testing the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
famura committed Mar 20, 2024
1 parent 65ab5a4 commit 67c4ba6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
cd:
name: CD
runs-on: ubuntu-latest
if: |
github.event_name == 'push' ||
(github.event_name == 'pull_request' && github.event.pull_request.draft == false)
# if: |
# github.event_name == 'push' ||
# (github.event_name == 'pull_request' && github.event.pull_request.draft == false)

steps:
- name: Checkout
Expand Down

0 comments on commit 67c4ba6

Please sign in to comment.