Skip to content

Commit

Permalink
update protocol-verify.yml (#1865)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashar2shahid authored Aug 26, 2023
1 parent 502a5aa commit c59f68e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/protocol-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
pre-build:
name: Prepare build environment
runs-on: ubuntu-latest
# Don't run twice for a push within an internal PR
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
steps:
- name: Clone airnode
uses: actions/checkout@v3
Expand All @@ -39,8 +37,6 @@ jobs:
build:
name: Build Protocol
runs-on: ubuntu-latest
# Don't run twice for a push within an internal PR
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
needs: pre-build
steps:
- uses: actions/cache@v3
Expand Down

0 comments on commit c59f68e

Please sign in to comment.