Skip to content

Commit

Permalink
SLI-1524 Re-enable dogfooding on master
Browse files Browse the repository at this point in the history
  • Loading branch information
nquinquenel committed Sep 2, 2024
1 parent c76672c commit 3abcf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ dogfood_task:
# alias: "update_dogfood_repo"
depends_on:
- promote
only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && $CIRRUS_BRANCH == "task/nq/GRIP-UI" && $CIRRUS_BUILD_SOURCE != "cron"
only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH && $CIRRUS_BUILD_SOURCE != "cron"
eks_container:
<<: *BUILDER_CONTAINER_DEFINITION
cpu: 1
Expand Down

0 comments on commit 3abcf13

Please sign in to comment.