Skip to content

Commit

Permalink
sda
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel committed Oct 25, 2023
1 parent 5d3c168 commit 1344f6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stage1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ on:
jobs:
on-success:
runs-on: ubuntu-latest
steps:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- run: echo "First workflow was a success"
- uses: actions/checkout@v3
with:
submodules: recursive
with:
submodules: recursive
- name: autoreconf
run: autoreconf -i
- name: configure
Expand Down

0 comments on commit 1344f6a

Please sign in to comment.