Skip to content

Commit

Permalink
Merge pull request #47 from canonical/cannon/change-26e0f5ed
Browse files Browse the repository at this point in the history
rename integration workflow
  • Loading branch information
natalian98 authored Aug 9, 2022
2 parents a2883b2 + ff5eed0 commit b67e829
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/on_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

tests:
name: Run Tests
uses: ./.github/workflows/integration.yaml
uses: ./.github/workflows/integrate.yaml
secrets:
charmcraft-credentials: "${{ secrets.CHARMCRAFT_CREDENTIALS }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

tests:
name: Run Tests
uses: ./.github/workflows/integration.yaml
uses: ./.github/workflows/integrate.yaml
secrets:
charmcraft-credentials: "${{ secrets.CHARMCRAFT_CREDENTIALS }}"

Expand Down

0 comments on commit b67e829

Please sign in to comment.