Skip to content

Commit

Permalink
ci: Use refs for reusable workflows (#375)
Browse files Browse the repository at this point in the history
* Use refs for reusable workflows

* Use relative paths
  • Loading branch information
ifrost authored Feb 3, 2025
1 parent e18da16 commit a46559f
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 @@ -204,7 +204,7 @@ jobs:
deploy-main-to-dev-and-ops:
name: Deploy to dev / ops
needs: [package]
uses: grafana/explore-profiles/.github/workflows/deploy.yml
uses: ./.github/workflows/deploy.yml
# Make
if: github.event_name == 'push'
secrets: inherit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-existing-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
ref: ${{ inputs.version }}

deploy:
uses: grafana/explore-profiles/.github/workflows/deploy.yml
uses: ./.github/workflows/deploy.yml
needs: [verify]
secrets: inherit
strategy:
Expand Down

0 comments on commit a46559f

Please sign in to comment.