File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: Python
22on :
33 push :
44 branches :
5- - release/*
6- - develop
7- - master
8- - main
5+ - release/*
6+ - develop
7+ - master
8+ - main
99 pull_request : {}
1010
1111permissions :
2020
2121jobs :
2222 ci :
23- uses : uptick/actions/.github/workflows/ci.yaml@main
23+ uses : uptick/actions/.github/workflows/ci.yaml@main # ratchet:exclude
2424 secrets :
2525 SECRET_ENV : " ${{ secrets.DEPLOY_KEY }}"
2626 with :
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
2121 tag_name : ${{ steps.release.outputs.tag_name }}
2222 sha : ${{ steps.release.outputs.sha }}
2323 steps :
24- - uses : googleapis/release-please-action@v4
24+ - uses : googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # ratchet:googleapis/release-please-action@ v4
2525 id : release
2626 with : {}
2727
2828 publish_docker_image :
2929 name : Build and Push Docker Image
30- uses : uptick/actions/.github/workflows/ci.yaml@main
30+ uses : uptick/actions/.github/workflows/ci.yaml@main # ratchet:exclude
3131 needs : release-please
3232 if : ${{ needs.release-please.outputs.release_created }}
3333 secrets :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212jobs :
1313 build :
1414 name : Build and Push Docker Image
15- uses : uptick/actions/.github/workflows/ci.yaml@main
15+ uses : uptick/actions/.github/workflows/ci.yaml@main # ratchet:exclude
1616 secrets :
1717 SECRET_ENV : " ${{ secrets.DEPLOY_KEY }}"
1818 # https://github.com/uptick/actions/blob/main/.github/workflows/ci.yaml
You can’t perform that action at this time.
0 commit comments