Skip to content

Commit

Permalink
try removing the rule that the file exists
Browse files Browse the repository at this point in the history
  • Loading branch information
erikayasuda committed Sep 23, 2024
1 parent e4d8b1c commit a85aead
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ trigger-contrib-pipeline:
include:
- artifact: .gitlab/config.gen.yml
job: generate-contrib-pipeline
rules:
- exists:
- .gitlab/config.gen.yml
# rules:
# - exists:
# - .gitlab/config.gen.yml

package-oci:
needs: [ download_dependency_wheels, download_ddtrace_artifacts ]
Expand Down

0 comments on commit a85aead

Please sign in to comment.