Skip to content

Commit

Permalink
add condition to not run on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai committed Oct 29, 2024
1 parent d65a007 commit ef1db4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-notify-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:

jobs:
notify:
if: github.repository == 'linode/ansible_linode'
runs-on: ubuntu-latest
if: always() && github.repository == 'linode/ansible_linode'
steps:
- name: Notify Slack - Main Message
id: main_message
Expand Down

0 comments on commit ef1db4c

Please sign in to comment.