Skip to content

Commit 93f8dd3

Browse files
committed
Enable Simulator CI workflow for fork testing
Disabled the github.repository check to allow testing of Simulator CI workflow in fork repositories.
1 parent 1ae738b commit 93f8dd3

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
@@ -28,7 +28,7 @@ permissions:
2828

2929
jobs:
3030
build:
31-
if: github.repository == 'apache/cloudstack'
31+
# if: github.repository == 'apache/cloudstack'
3232
runs-on: ubuntu-24.04
3333

3434
strategy:

0 commit comments

Comments
 (0)