Skip to content

Commit

Permalink
allow only main branch to check prod secrets.
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet2019 committed Feb 2, 2024
1 parent b396a74 commit d42b554
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
liquidstakeibc-cosmos-valset:
# if: github.event.schedule == '55 12 * * *'
if: github.event.schedule == '0 */6 * * *'
environment: prod
runs-on: ubuntu-latest

strategy:
Expand Down Expand Up @@ -47,6 +48,7 @@ jobs:
liquidstakeibc-osmosis-valset:
if: github.event.schedule == '55 12 * * *'
# if: github.event.schedule == '0 */6 * * *'
environment: prod
runs-on: ubuntu-latest

strategy:
Expand Down Expand Up @@ -79,6 +81,7 @@ jobs:
liquidstakeibc-dydx-valset:
if: github.event.schedule == '55 12 * * *'
# if: github.event.schedule == '0 */6 * * *'
environment: prod
runs-on: ubuntu-latest

strategy:
Expand Down Expand Up @@ -111,6 +114,7 @@ jobs:
liquidstakeibc-persistence-valset:
# if: github.event.schedule == '55 12 * * *'
if: github.event.schedule == '0 */6 * * *'
environment: prod
runs-on: ubuntu-latest

strategy:
Expand Down Expand Up @@ -143,6 +147,7 @@ jobs:
liquidstakeibc-cosmos-testnet-valset:
# if: github.event.schedule == '00 11 * * *'
if: github.event.schedule == '0 */6 * * *'
environment: prod
runs-on: ubuntu-latest

strategy:
Expand Down Expand Up @@ -175,6 +180,7 @@ jobs:
liquidstakeibc-osmosis-testnet-valset:
# if: github.event.schedule == '00 11 * * *'
if: github.event.schedule == '0 */6 * * *'
environment: prod
runs-on: ubuntu-latest

strategy:
Expand Down Expand Up @@ -207,6 +213,7 @@ jobs:
liquidstakeibc-persistence-testnet-valset:
# if: github.event.schedule == '00 11 * * *'
if: github.event.schedule == '0 */6 * * *'
environment: prod
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit d42b554

Please sign in to comment.