Skip to content

Commit

Permalink
try removing if push or pr statements from add artifact (#248)
Browse files Browse the repository at this point in the history
Try to get the action working again
  • Loading branch information
e-perl-NOAA authored Aug 16, 2024
1 parent 3018ee2 commit 977f791
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/add-artifact-to-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ on:
workflow_run:
workflows: [build html version of the ss3 user manual, Build SS3 user manual using texlive]
types: [completed]
workflow_dispatch:

jobs:
artifacts-url-comments:
name: add artifact links to pull request and related issues job
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' && (github.event_name == 'pull_request' || github.event_name == 'push')}}
if: ${{ github.event.workflow_run.conclusion == 'success'}}
steps:
- name: add artifact links to PR and issues
uses: tonyhallett/[email protected]
Expand Down

0 comments on commit 977f791

Please sign in to comment.