Skip to content

Commit

Permalink
removes skip_checks gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
iturgeon committed May 26, 2021
1 parent 587e7f2 commit 64eb5c3
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
name: Run Tests
on: [push, pull_request]
jobs:
skip_check:
# continue-on-error: true # Uncomment once integration is finished
runs-on: ubuntu-latest
outputs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@master
with:
concurrent_skipping: 'same_content'
paths_ignore: '["**/README.md"]'

ci_tests:
needs: skip_check
if: ${{ needs.skip_check.outputs.should_skip != 'true' }}
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 64eb5c3

Please sign in to comment.