Skip to content

Commit

Permalink
test v2
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Sep 25, 2024
1 parent 98ae24f commit 951ab75
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/release-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,21 @@ jobs:

check_docs:
name: Check docs build
uses: husarion/docs_new/.github/workflows/build.yml@add-workflow-call
runs-on: ubuntu-22.04
steps:
- name: Trigger repository build workflow
uses: convictional/[email protected]
with:
owner: husarion
repo: docs_new
github_token: ${{ secrets.GH_PAT }}
workflow_file_name: build.yml
ref: add-workflow-call
wait_interval: 10
client_payload: |
{
"publish": false,
}
# create_release_candidate_branches:
# name: Create release candidate branches
Expand Down

0 comments on commit 951ab75

Please sign in to comment.