Skip to content

Commit

Permalink
Build step doesn't need date tags
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhlin committed Aug 2, 2021
1 parent bdbcbed commit d2a09d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
jobs:
make-date-tag:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
outputs:
dtag: ${{ steps.mkdatetag.outputs.dtag }}
steps:
Expand All @@ -22,7 +23,6 @@ jobs:

build:
runs-on: ubuntu-latest
needs: [make-date-tag]
strategy:
matrix:
repo: ['development', 'testing', 'release']
Expand Down

0 comments on commit d2a09d9

Please sign in to comment.