diff --git a/.github/workflows/gh-hosted-eclipse-distro-build.yml b/.github/workflows/gh-hosted-eclipse-distro-build.yml index 41822f10c..9b73bbfa4 100644 --- a/.github/workflows/gh-hosted-eclipse-distro-build.yml +++ b/.github/workflows/gh-hosted-eclipse-distro-build.yml @@ -94,6 +94,7 @@ jobs: echo "dist_path=$dist_path" >> $GITHUB_OUTPUT echo "p2_path=$p2_path" >> $GITHUB_OUTPUT - name: Cloudgate S3 Configuration + if: always() uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a with: aws-access-key-id: ${{ secrets.TOOLS_CLOUDGATE_ACCESS_KEY }} @@ -104,6 +105,7 @@ jobs: role-duration-seconds: 900 role-skip-session-tagging: true - name: Store TCP Dump + if: always() id: tcp-dump run: | tcpdump_path=${{ github.workspace }}/eclipse-distribution/mycap.pcap