Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
micsza committed Nov 21, 2023
1 parent ab71291 commit d249ed1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: automerge
on:
workflow_dispatch:
workflow_run:
workflows: [CI]
types:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
ci:
# run on external PRs, but not on internal PRs since those will be run by push to branch
# if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: View PR author
run: echo "------- This PR is opened by ${{ github.event.pull_request.user.login }}."
Expand Down

0 comments on commit d249ed1

Please sign in to comment.