This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
contract executor #127
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker Build (Fork) | |
on: | |
pull_request: | |
jobs: | |
docker-build-succeeds: | |
runs-on: ubuntu-latest | |
if: ${{ github.event.pull_request.head.repo.fork }} | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Docker Build | |
run: docker build . --no-cache |