Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Platane committed Mar 15, 2024
1 parent 0919f3f commit f799a24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/recuring-live-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
report:
runs-on: ubuntu-latest
needs: [e2e]
if: always() && github.event_name == 'schedule'
if: always()
# if: always() && github.event_name == 'schedule'
steps:
- run: echo ${{ github.event_name}}

Expand Down

0 comments on commit f799a24

Please sign in to comment.