Skip to content

Commit

Permalink
ci(sims): remove MAINNET var (#1794)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian authored Mar 30, 2023
1 parent d4ea34b commit fbda940
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/sims.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,16 @@ on:
branches:
- master
- mainnet/main
- develop
pull_request:
branches:
- master
- mainnet/main

env:
MAINNET: ${{ github.ref == 'refs/heads/mainnet/main' || github.base_ref == 'refs/heads/mainnet/main' }}
- develop

jobs:
sim-cleanup-runs:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/master' && github.ref != 'refs/heads/mainnet/main'
steps:
- uses: rokroskar/workflow-run-cleanup-action@master
env:
Expand Down

0 comments on commit fbda940

Please sign in to comment.