Skip to content

Commit

Permalink
Merge branch 'dev' into test/update_instance_inventory_assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai authored Dec 9, 2024
2 parents eaa672c + 6adb83f commit 9a9468a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/nightly-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ on:

jobs:
smoke_tests:
# if: github.repository == 'linode/ansible_linode' || github.event_name == 'workflow_dispatch'
if: github.event_name == 'workflow_dispatch'
if: github.repository == 'linode/ansible_linode' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
env:
EXIT_STATUS: 0
Expand Down Expand Up @@ -57,9 +56,7 @@ jobs:
LINODE_API_TOKEN: ${{ secrets.DX_LINODE_TOKEN }}

- name: Notify Slack
# if: (success() || failure()) && github.repository == 'linode/ansible_linode'
if: (success() || failure())

if: (success() || failure()) && github.repository == 'linode/ansible_linode'
uses: slackapi/slack-github-action@v2.0.0
with:
method: chat.postMessage
Expand Down

0 comments on commit 9a9468a

Please sign in to comment.