File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -134,9 +134,11 @@ jobs:
134134 run : pnpm test
135135
136136 - name : Run tests again, to make sure they are stable (attempt 1)
137+ if : github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
137138 run : pnpm test
138139
139140 - name : Run tests again, to make sure they are stable (attempt 2)
141+ if : github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
140142 run : pnpm test
141143
142144 - name : Verify data integrity
Original file line number Diff line number Diff line change @@ -141,9 +141,11 @@ jobs:
141141 run : pnpm test
142142
143143 - name : Run tests again, to make sure they are stable (attempt 1)
144+ if : github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
144145 run : pnpm test
145146
146147 - name : Run tests again, to make sure they are stable (attempt 2)
148+ if : github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
147149 run : pnpm test
148150
149151 - name : Verify data integrity
You can’t perform that action at this time.
0 commit comments