Skip to content

Commit

Permalink
[not verified] ci: Fix e2e repository_dispatch run (#32764)
Browse files Browse the repository at this point in the history
During all the code rearranging in #32686, a piece of code that was only
for workflow_run wound up being incorrectly run for repository_dispatch
as well.
  • Loading branch information
anomiex authored and TimBroddin committed Sep 5, 2023
1 parent 231d1b6 commit b47b258
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,6 @@ jobs:
echo "::error::Build job ran but result is not being used!"
exit 1
fi
echo "::group::Prepare build artefacts"
tar --xz -xf "$BUILD_DIR/jetpack-build/build.tar.xz" -C "$BUILD_DIR"
echo "::endgroup::"
echo "::group::Update volume mapping"
.github/files/e2e-tests/map-plugins-for-e2e-env.sh
Expand Down

0 comments on commit b47b258

Please sign in to comment.