Skip to content

Commit

Permalink
Fix quotes in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanbruegge committed Feb 15, 2024
1 parent 69c5bc3 commit 58a070b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_theories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
image: makarius/isabelle:Isabelle2023
options: "--user root"

if: github.event_name != "pull_request" || !github.event.pull_request.draft
if: github.event_name != 'pull_request' || !github.event.pull_request.draft

steps:
- name: Checkout
Expand Down

0 comments on commit 58a070b

Please sign in to comment.