Skip to content

Commit

Permalink
fix: prevent redeploys for tag changes
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Mar 26, 2024
1 parent 9ec60c5 commit 41acc08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export function applyTags(construct: IConstruct, ctx: TagsBase): void {
// Git Tags
tag(construct, 'linz:git:hash', buildInfo.hash);
tag(construct, 'linz:git:repository', process.env['GITHUB_REPOSITORY'] ?? ctx.repository);
tag(construct, 'linz:last-updated', new Date().toISOString());

// Github actions build information
tag(construct, 'linz:build:id', buildInfo.buildId);
Expand Down

0 comments on commit 41acc08

Please sign in to comment.