Skip to content

Commit

Permalink
Get log jobs to always run
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Aug 1, 2024
1 parent 2062a0b commit d7fae77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
needs:
- job: end_to_end_client-test
artifacts: false
rules:
- when: always



Expand Down
2 changes: 2 additions & 0 deletions .gitlab/end_to_end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,8 @@ end_to_end_error_discovery_arango:
needs:
- job: end_to_end_client-test
artifacts: false
rules:
- when: always

end_to_end_error_discovery_gcs:
extends: .error_logs_client_end_to_end
Expand Down

0 comments on commit d7fae77

Please sign in to comment.