Skip to content

Commit

Permalink
ci: use version main for org workflows [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChocolatine committed Nov 1, 2021
1 parent a5320ae commit 9b3a3ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ concurrency:

jobs:
org:
uses: peopledoc/.github/.github/workflows/emberjs-addons-ci.yml@add-reusable-workflow-emberjs-addon
uses: peopledoc/.github/.github/workflows/emberjs-addons-ci.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/tag-release-publish.yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ concurrency:
jobs:
org:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: peopledoc/.github/.github/workflows/emberjs-addons-tag-release-publish.yml@add-reusable-workflow-emberjs-addon
uses: peopledoc/.github/.github/workflows/emberjs-addons-tag-release-publish.yml@main
secrets:
npm_automation_token: ${{ secrets.NPM_AUTOMATION_TOKEN }}

0 comments on commit 9b3a3ed

Please sign in to comment.