Skip to content

Commit

Permalink
Fix publishing-api ref
Browse files Browse the repository at this point in the history
- deployed-to-production has vanished, and publishing-api is
  on ci, so main and deployed-to-production are effectively the
  same.
  • Loading branch information
KludgeKML committed Feb 3, 2025
1 parent 1fc1a5b commit 9bb275d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
dependency-review:
name: Dependency Review scan
uses: alphagov/govuk-infrastructure/.github/workflows/dependency-review.yml@main

security-analysis:
name: Security Analysis
uses: alphagov/govuk-infrastructure/.github/workflows/brakeman.yml@main
Expand Down Expand Up @@ -67,7 +67,6 @@ jobs:
uses: actions/checkout@v3
with:
repository: alphagov/publishing-api
ref: deployed-to-production
path: vendor/publishing-api

- name: Setup Ruby
Expand Down

0 comments on commit 9bb275d

Please sign in to comment.