Skip to content

Commit

Permalink
#2312: Temporary use feature branches for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Jul 8, 2024
1 parent 219f80e commit 735d309
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-commits-are-signed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Check if there are unsigned commits
runs-on: ubuntu-latest
steps:
- uses: DARMA-tasking/find-unsigned-commits@master
- uses: DARMA-tasking/find-unsigned-commits@16-resolve-ci-warnings
with:
repo_owner: ${{ github.event.repository.owner.login }}
repo_name: ${{ github.event.repository.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-pr-comment-fixes-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Check PR description
runs-on: ubuntu-latest
steps:
- uses: DARMA-tasking/check-pr-fixes-issue@master
- uses: DARMA-tasking/check-pr-fixes-issue@28-fix-ci-warnings
with:
pr_branch: ${{ github.head_ref }}
pr_title: ${{ github.event.pull_request.title }}
Expand Down

0 comments on commit 735d309

Please sign in to comment.