Skip to content

Commit

Permalink
Merge pull request #1660 from gchq/feature/bfg-run
Browse files Browse the repository at this point in the history
Update .gitlab-ci.yml
  • Loading branch information
ARADDCC013 authored Dec 2, 2024
2 parents 2b1eaa5 + 38ad62b commit 3a657ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variables:
opensrc-bailols:
stage: git_sync
rules:
- if: '$CI_COMMIT_BRANCH == "main"'
- if: '$CI_COMMIT_BRANCH == "main" && $BFG == "true"'
when: always
allow_failure: true
- when: manual
Expand Down

0 comments on commit 3a657ad

Please sign in to comment.