Skip to content

Commit

Permalink
Merge pull request #1885 from janekbaraniewski/temporarily-disable-ru…
Browse files Browse the repository at this point in the history
…nme-ci

Temporarily allow runme failure
  • Loading branch information
lizardruss authored Jun 24, 2024
2 parents c0918b6 + 211a340 commit 78c8a9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,11 @@ jobs:

- name: Trigger docs-runme workflow
uses: actions/github-script@v6
continue-on-error: true
with:
script: |
const version = '${{ steps.get_version.outputs.release_version }}';
const response = await github.actions.createWorkflowDispatch({
const response = await github.rest.actions.createWorkflowDispatch({
owner: 'loft-sh',
repo: 'vcluster-docs',
workflow_id: 'e2e-examples.yml',
Expand Down

0 comments on commit 78c8a9e

Please sign in to comment.