Skip to content

Commit

Permalink
Update smoke-test.yml to only alert on scheduled runs
Browse files Browse the repository at this point in the history
  • Loading branch information
OliviaLynn authored Nov 22, 2023
1 parent 6194876 commit 0b659e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
rail render-nb --skip examples/creation_examples/plotting_interface_skysim_cosmoDC2_COSMOS2020_demo.ipynb examples/${{ matrix.notebook-dir }}_examples/*.ipynb
- name: Send status to Slack app (RAIL CI Reporter)
if: ${{ failure() }}
if: ${{ failure() && github.event_name != 'workflow_dispatch' }}
id: slack
uses: slackapi/[email protected]
with:
Expand Down

0 comments on commit 0b659e4

Please sign in to comment.