Skip to content

Commit

Permalink
ci: Fix e2e repository_dispatch run
Browse files Browse the repository at this point in the history
During all the code rearranging in Automattic#32686, a piece of code that was only for the workflow_run version wound up being incorrectly run for repository_dispatch as well.
  • Loading branch information
anomiex committed Aug 30, 2023
1 parent 60a416e commit ccb6e3d
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 @@ -192,9 +192,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 ccb6e3d

Please sign in to comment.