Skip to content

Commit

Permalink
Update project_board_automation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gordsport authored Aug 2, 2022
1 parent 60bc9de commit 16cce0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/project_board_automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ jobs:
- name: Checkout
id: checkout
if: |
env.IS_BOT != 'true' || github.event.pull_request.draft != true
env.IS_BOT != true || github.event.pull_request.draft != true
|| contains(github.event.pull_request.labels.*.name, 'no-changelog') != true
uses: actions/checkout@v3
# yamllint enable rule:line-length
Expand Down

0 comments on commit 16cce0b

Please sign in to comment.