Skip to content

Commit

Permalink
ci: fix main builds by adding missing env variables (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
mowies authored Dec 14, 2022
1 parent a5cb3f2 commit 66daa18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ jobs:
needs: [prepare_ci_run, test, component_tests, integration_tests, e2e_tests, performance_tests]
if: github.event_name == 'push' && needs.prepare_ci_run.outputs.NON_FORKED_AND_NON_ROBOT_RUN == 'true' # only run on push to main/maintenance branches
runs-on: ubuntu-22.04
env:
DATETIME: ${{ needs.prepare_ci_run.outputs.DATETIME }}
BUILD_TIME: ${{ needs.prepare_ci_run.outputs.BUILD_TIME }}
GIT_SHA: ${{ needs.prepare_ci_run.outputs.GIT_SHA }}
strategy:
matrix:
config:
Expand Down

0 comments on commit 66daa18

Please sign in to comment.