Skip to content

Commit

Permalink
test modify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjeannesson committed Oct 7, 2023
1 parent 634c073 commit d3892ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_no_open_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
check_cross_prs:
runs-on: ubuntu-latest

name: Check Cross PRs
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Django CI
on:
# pull_request_target:
workflow_run:
workflows: [Check Workflow Files Changes, Cross-PR Checks, Check Source Branch]
workflows: [Check branches, Check Cross PRs, Check changes]
types:
- completed
jobs:
Expand Down

0 comments on commit d3892ad

Please sign in to comment.