Add workflow #1

Merged
seang96 merged 17 commits from test into main 2025-09-19 23:10:47 +00:00
Showing only changes of commit 8906caa083 - Show all commits

Update workflow to build without updates for unscheduled triggers
Some checks failed
Build and Patch Releases / check-latest-tag (push) Successful in 2s
Build and Patch Releases / build (push) Failing after 14s

Sean Greenawalt 2025-09-19 18:44:57 -04:00

View file

@ -17,7 +17,7 @@ jobs:
update_available: ${{ steps.check.outputs.update_available }}
latest_tag: ${{ steps.get_tag.outputs.latest_tag }}
steps:
- name: Clone Stirling-PDF Repository
- name: Get Stirling-PDF Repository latest tag
id: get_tag
run: |
latest_tag=$(curl -s https://api.github.com/repos/Stirling-Tools/Stirling-PDF/tags | jq -r '.[0].name')
@ -37,7 +37,7 @@ jobs:
build:
needs: [check-latest-tag]
if: needs.check-latest-tag.outputs.update_available == 'false'
if: needs.check-latest-tag.outputs.update_available == 'false' || github.event_name != 'schedule'
runs-on: docker
container:
image: ghcr.io/catthehacker/ubuntu:act-22.04