Skip to content

Commit

Permalink
Revert "Add workflow for gh-pages branch (hyperledger-caliper#1423)" (h…
Browse files Browse the repository at this point in the history
…yperledger-caliper#1425)

This reverts commit 954eba5.

Signed-off-by: CaptainIRS <[email protected]>
Signed-off-by: eravatee <[email protected]>
  • Loading branch information
CaptainIRS authored and eravatee committed Oct 4, 2022
1 parent a0ee06b commit ed1dbdd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@ name: CI (PR)

on:
pull_request:
branches:
- "main"
- "gh-pages"
branches: [ "main" ]

jobs:
dci-lint:
uses: ./.github/workflows/dci.yml
unit-tests:
if: ${{ github.base_ref == 'main' }}
uses: ./.github/workflows/unit-tests.yml
needs: dci-lint
integration-tests:
if: ${{ github.base_ref == 'main' }}
uses: ./.github/workflows/integration-tests.yml
needs: unit-tests

0 comments on commit ed1dbdd

Please sign in to comment.