Skip to content

Commit

Permalink
[Dependencies] - Update .github/workflows/reformat-yaml.yml to match …
Browse files Browse the repository at this point in the history
…the template repo
  • Loading branch information
credfeto committed Oct 26, 2023
1 parent 3f302a9 commit 52c7181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reformat-yaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
standardise-yaml-files:

if: |-
${{github.event.pull_request.draft == false
github.event.pull_request.draft == false
&& ( !startsWith(github.head_ref, 'release/')
&& !startsWith(github.head_ref, 'hotfix/') )
&& github.actor != 'dependabot[bot]'}}
&& github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 52c7181

Please sign in to comment.