Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…art-trust into 1.1.2
  • Loading branch information
ritikarawlani committed Apr 12, 2024
2 parents b070d56 + 4f42424 commit 876e085
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
name: Release build

on:
push:
branches:
- release-candidate
pull_request:
branches:
- release-candidate
release:
types: [created]
workflow_dispatch:

jobs:
check:
runs-on: ubuntu-latest
Expand All @@ -17,6 +13,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: ${{ github.event.release.tag_name }}

- name: Check for publication-request.json
id: checkfile
Expand All @@ -27,8 +25,9 @@ jobs:
echo "::set-output name=exists::false"
fi
trigger:
needs: check
if: needs.check.outputs.file_exists == 'true'
uses: WorldHealthOrganization/smart-html/.github/workflows/release.yml@main
uses: WorldHealthOrganization/smart-html/.github/workflows/release.yml@l2-dak-setup-updates
# with:
# tag_name: ${{ github.event.release.tag_name }}

0 comments on commit 876e085

Please sign in to comment.