Skip to content

Commit

Permalink
Only run release-notes PR automatically on k3s-io (#313)
Browse files Browse the repository at this point in the history
* Only run release-notes PR automatically on k3s-io

Signed-off-by: Derek Nola <[email protected]>

* Dependency bump on deployment action

Signed-off-by: Derek Nola <[email protected]>

---------

Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola authored Aug 14, 2024
1 parent 900e433 commit a7e458d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# Popular action to deploy to GitHub Pages:
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
cname: docs.k3s.io
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions:
pull-requests: write
jobs:
collect-all:
if: github.repository == 'k3s-io/docs'
runs-on: ubuntu-latest
steps:
- name: Check out repository code
Expand Down

0 comments on commit a7e458d

Please sign in to comment.