We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9451637 commit bcd62c3Copy full SHA for bcd62c3
1 file changed
.github/workflows/benchmark_pr.yml
@@ -8,7 +8,7 @@ permissions:
8
9
jobs:
10
generate_plots:
11
- if: !github.event.pull_request.head.repo.fork
+ if: "! github.event.pull_request.head.repo.fork"
12
runs-on: ubuntu-latest
13
14
steps:
0 commit comments