Skip to content

Commit

Permalink
Fix Changelog Running on SelfHosted Runners (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT authored Mar 19, 2024
1 parent 03625bf commit fb2f9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
changelog:
runs-on: self-hosted
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
permissions:
contents: write
Expand Down

0 comments on commit fb2f9a8

Please sign in to comment.