Skip to content

Workflow file for this run

name: stage 1
on:
workflow_run:
workflows: [prepare]
types:
- completed
jobs:
on-success:
runs-on: ubuntu-latest
steps:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
- run: echo "First workflow was a success"

Check failure on line 14 in .github/workflows/stage1.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/stage1.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
- uses: actions/checkout@v3
with:
submodules: recursive
- name: autoreconf
run: autoreconf -i
- name: configure
run: ./configure --with-raw --with-pcap --with-gtest
- name: make
run: make