Skip to content

Commit

Permalink
Remove integration tests from CI for main branch
Browse files Browse the repository at this point in the history
Signed-off-by: CaptainIRS <[email protected]>
  • Loading branch information
CaptainIRS committed Jun 22, 2022
1 parent bc4c8a6 commit 5d0dfa7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI (main)
name: CI (Publish)

on:
push:
Expand All @@ -10,6 +10,3 @@ jobs:
publish-caliper:
uses: ./.github/workflows/publish.yml
needs: unit-tests
integration-tests:
uses: ./.github/workflows/integration-tests.yml
needs: unit-tests

0 comments on commit 5d0dfa7

Please sign in to comment.