Skip to content

Commit

Permalink
👷 🐛 Fix build workflow
Browse files Browse the repository at this point in the history
Yeah 'and' only works in Python
  • Loading branch information
cp2004 committed Jul 4, 2022
1 parent 4738f1b commit 4fd9c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
needs:
- build
if: github.event_name == "release" and github.repository == "cp2004/OctoPrint-GcodeMacros"
if: github.event_name == 'release' && github.repository == 'cp2004/OctoPrint-GCodeMacros'
steps:
- name: ⬇ Download build result
uses: actions/download-artifact@v1
Expand Down

0 comments on commit 4fd9c20

Please sign in to comment.