Skip to content

Commit

Permalink
Update dev.yaml (#67)
Browse files Browse the repository at this point in the history
Small fix for github sha
  • Loading branch information
tabakopavel authored Jul 21, 2023
1 parent e00a931 commit 5823a4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Get short SHA
run: |
echo "GITHUB_SHA=${GITHUB_SHA:0:7}" >> $GITHUB_ENV
- name: 'Trigger e2e DDC tests'
uses: convictional/[email protected]
with:
Expand Down

0 comments on commit 5823a4b

Please sign in to comment.