Skip to content

Commit

Permalink
Merge pull request #22 from canonical/fix-on-push-workflow
Browse files Browse the repository at this point in the history
Remove secret reference for running tests on push
  • Loading branch information
natalian98 authored Jan 11, 2023
2 parents bd99d6e + 503fdb9 commit 9b693f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
tests:
name: Run Tests
uses: ./.github/workflows/tests.yaml
secrets:
CHARMCRAFT_CREDENTIALS: ${{ secrets.CHARMCRAFT_CREDENTIALS }}

# publish runs in series with tests, and only publishes if tests passes
publish-charm:
Expand Down

0 comments on commit 9b693f1

Please # to comment.