Skip to content

Commit

Permalink
feat: fix workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
marfanr committed Feb 15, 2024
1 parent 4946cf0 commit fb69434
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
branches: [master, feature/fix-github-actions]
workflow_run:
workflows: [CI]
types: [completed]
types:
- requested
jobs:
build-and-test-nightly:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit fb69434

Please sign in to comment.