Skip to content

Commit

Permalink
too many
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Apr 28, 2020
1 parent 8cfc8a3 commit 67c4d55
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
run: |
echo ::set-env name=action_state::yellow
echo ${{env.GIT_DIFF}}
echo ${{env.COUNT}}
echo ${{env.count}}
cleanup-runs:
runs-on: ubuntu-latest
Expand All @@ -32,7 +30,7 @@ jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip-sims') && github.jobs.diff.outputs.diff"
if: "!contains(github.event.head_commit.message, 'skip-sims') && github.jobs.diff.outputs.diff != ' '"
needs: diff
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 67c4d55

Please sign in to comment.