Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Oct 25, 2024
1 parent edc24f4 commit f4e7713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
database-exporter:
needs: [validate-preconditions]
runs-on: ubuntu-latest
if: contains(fromJSON(format('["rc", "alpha", "{0}"]', github.job)), needs.validate-preconditions.outputs.release_type)
if: github.job == 'database-exporter'
environment: release
steps:
- name: Test
Expand Down

0 comments on commit f4e7713

Please sign in to comment.