Skip to content

Commit

Permalink
oops, yaml syntax fix
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Cassidy <steve.cassidy@mq.edu.au>
  • Loading branch information
stevecassidy committed Aug 22, 2024
1 parent 3495c2c commit 43dd843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-android-testbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: check
run: |
git diff --quiet @{yesterday}.. || echo "changed=true" >> $GITHUB_OUTPUT
node-deb-gh-build-play:
node-deb-gh-build-play:
runs-on: ubuntu-latest
needs: check_date
if: ${{ needs.check_date.outputs.changed == 'true' }}
Expand Down

0 comments on commit 43dd843

Please sign in to comment.