Skip to content

Commit 06bfc4b

Browse files
Remove commented out line in ci.yml(was for testing)
1 parent 950f046 commit 06bfc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
fail-on-incorrect-version: true
126126

127127
proof_ci:
128-
# if: ${{ github.event.pull_request }}
128+
if: ${{ github.event.pull_request }}
129129
runs-on: ubuntu-latest
130130
steps:
131131
- name: Set up CBMC runner

0 commit comments

Comments
 (0)