Skip to content

Commit

Permalink
allow announcement on push
Browse files Browse the repository at this point in the history
  • Loading branch information
TomConner committed Dec 6, 2023
1 parent 1fc5890 commit d9d5077
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-drafts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
keep_files: true

- name: Announce Deployed URL to Pull Request
if: github.event_name == 'pull_request'
run: |
pages_url=$(gh api repos/${{ github.repository }}/pages | jq -r '.html_url')
gh pr comment ${{ github.event.pull_request.number }} \
Expand Down

0 comments on commit d9d5077

Please sign in to comment.