Skip to content

Commit

Permalink
[Ci] Fix trigger to run all tests from github actions (#4075)
Browse files Browse the repository at this point in the history
Fixes the trigger #4051, which had a bad pointer to the workflow from
circleCI.
  • Loading branch information
aboedo authored and nyeu committed Oct 1, 2024
1 parent aae5c74 commit e6cf922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1397,6 +1397,7 @@ workflows:
jobs:
- release-train


daily-loadshedder-integration-tests:
when:
and:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger_all_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: trigger_circleci_workflow
if: success()

uses: circleci/trigger_circleci_pipeline@v1.2
uses: CircleCI-Public/trigger-circleci-pipeline-action@v1.2.0
with:
GHA_Action: "run-from-github-comments"
env:
Expand Down

0 comments on commit e6cf922

Please sign in to comment.