Skip to content

Commit

Permalink
Skip CI on manifest update
Browse files Browse the repository at this point in the history
  • Loading branch information
BogDrakonov committed Apr 12, 2023
1 parent a02ae8a commit 516245a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
with:
token: ${{ secrets.BOT_PAT }
token: ${{ secrets.BOT_PAT }}
- name: Update service-indexer-manifests tag with git hash
run: |
sed -i "s/COMMIT_HASH/${GITHUB_SHA}/g" ./k8s-manifests/template-deployment.txt
Expand Down

0 comments on commit 516245a

Please sign in to comment.