Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeorgakoudis committed Oct 3, 2024
1 parent 94402cf commit cfc9320
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ stages:
forward:
pipeline_variables: true
rules:
- if: ($CI_COMMIT_MESSAGE =~ "(?s)/.*\\[run gitlab ci\\].*/" || $CI_COMMIT_TAG)
- if: $CI_COMMIT_MESSAGE =~ "(?s).*\\[run gitlab ci\\].*" || $CI_COMMIT_TAG

include:
# Sets ID tokens for every job using `default:`
Expand Down
3 changes: 2 additions & 1 deletion .gitlab/subscribed-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
exit 1
fi
rules:
- if: ($CI_COMMIT_MESSAGE =~ "(?s).*/\\[run gitlab ci\\]/.*" || $CI_COMMIT_TAG)
- if: $CI_COMMIT_MESSAGE =~ "(?s).*\\[run gitlab ci\\].*" || $CI_COMMIT_TAG


###
# Trigger a build-and-test pipeline for a machine.
Expand Down

0 comments on commit cfc9320

Please sign in to comment.