Skip to content

Commit

Permalink
add condition to generate the jobs accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
chouetz committed Oct 16, 2024
1 parent 6dcdc38 commit 899fcd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab/.pre/gitlab_configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ compute_gitlab_ci_config:
stage: .pre
needs: []
tags: ["arch:arm64"]
rules:
- !reference [.on_deploy_nightly_repo_branch]
before_script:
# Get main history
- git fetch origin main
Expand Down

0 comments on commit 899fcd7

Please sign in to comment.