Skip to content

Commit

Permalink
Try to trigger new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed Aug 17, 2023
1 parent f895564 commit 20de0f9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/nightly-logic-e2e-tests.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
name: E2E logic tests (Nightly pipeline)
on:
schedule:
- cron: '00 23 * * *'
# testing, remove
push:
branches:
- A0-2902
- 'A0-2902'
schedule:
- cron: '00 23 * * *'


jobs:
check-vars-and-secrets:
Expand Down

0 comments on commit 20de0f9

Please sign in to comment.