Skip to content

Commit

Permalink
chore: branch
Browse files Browse the repository at this point in the history
  • Loading branch information
8lane committed Feb 9, 2024
1 parent 2871157 commit 526fb0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test smoke tests
on:
push:
branches:
- "main"
- "feat/smoke-test-trigger"
repository_dispatch:
types: [trigger-deployments]

Expand All @@ -19,7 +19,7 @@ jobs:
name: Trigger smoke tests
# needs: [restart_services]
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' }}
# if: ${{ github.ref == 'refs/heads/main' }}

steps:
- name: Check out code
Expand Down

0 comments on commit 526fb0c

Please sign in to comment.