summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2020-04-28 13:26:50 +0200
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2020-04-28 13:26:50 +0200
commit4a8c9a8aca82fe4c062f4e1de10442c5871b828e (patch)
treed82f1207fd81491ffa307041d3675ff9d8d585eb /.github
parentdc088f3f7a10a7aff743133ac436eda84d877231 (diff)
downloadrabbitmq-server-git-4a8c9a8aca82fe4c062f4e1de10442c5871b828e.tar.gz
GitHub Actions: Regen workflows
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test-erlang-otp-21.3.yaml1
-rw-r--r--.github/workflows/test-erlang-otp-22.3.yaml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test-erlang-otp-21.3.yaml b/.github/workflows/test-erlang-otp-21.3.yaml
index a7a3c7f074..145f0f1bde 100644
--- a/.github/workflows/test-erlang-otp-21.3.yaml
+++ b/.github/workflows/test-erlang-otp-21.3.yaml
@@ -3313,6 +3313,7 @@ jobs:
branch_or_tag_name=${GITHUB_REF#refs/*/}
echo "::set-output name=branch_or_tag_name::$branch_or_tag_name"
- name: UPLOAD TO S3
+ if: github.ref == 'refs/heads/master'
# https://github.com/marketplace/actions/s3-file-upload
uses: zdurham/s3-upload-github-action@master
env:
diff --git a/.github/workflows/test-erlang-otp-22.3.yaml b/.github/workflows/test-erlang-otp-22.3.yaml
index a39097b1c5..92cdc777ef 100644
--- a/.github/workflows/test-erlang-otp-22.3.yaml
+++ b/.github/workflows/test-erlang-otp-22.3.yaml
@@ -3313,6 +3313,7 @@ jobs:
branch_or_tag_name=${GITHUB_REF#refs/*/}
echo "::set-output name=branch_or_tag_name::$branch_or_tag_name"
- name: UPLOAD TO S3
+ if: github.ref == 'refs/heads/master'
# https://github.com/marketplace/actions/s3-file-upload
uses: zdurham/s3-upload-github-action@master
env: