Skip to content

Commit

Permalink
Optimize caching and rerun inspections
Browse files Browse the repository at this point in the history
  • Loading branch information
blaubaer committed Oct 11, 2024
1 parent 7eb075d commit 050def5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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 @@ -146,7 +146,7 @@ jobs:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
command: pages deploy --commit-dirty=true --project-name=bifroest-engity-org var/doc

- name: print deployment-url
- name: Report
if: contains(github.event.pull_request.labels.*.name, 'test_publish')
env:
DEPLOYMENT_URL: ${{ steps.deploy.outputs.deployment-url }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
- name: Execute
id: refs
working-directory: .build
run: |
set -ex
go run ./cmd/build inspect-pr-action --log.colorMode=always "${{github.event.action}}" "${{github.event.label.name}}"

0 comments on commit 050def5

Please sign in to comment.