aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTrumeet <17158086+Trumeet@users.noreply.github.com>2021-01-07 22:10:14 -0800
committerTrumeet <17158086+Trumeet@users.noreply.github.com>2021-01-07 22:10:14 -0800
commitd2f686f890946d215910238efd01de69cdaa2d38 (patch)
tree1256c50f16f0c7adc37ab685d47c18afbd5550f0 /.github
parent69bd878b3de184c898b4cabe75b52920ad6954f1 (diff)
downloaddn42peering-d2f686f890946d215910238efd01de69cdaa2d38.tar
dn42peering-d2f686f890946d215910238efd01de69cdaa2d38.tar.gz
dn42peering-d2f686f890946d215910238efd01de69cdaa2d38.tar.bz2
dn42peering-d2f686f890946d215910238efd01de69cdaa2d38.zip
ci(publish): cleanup and disable dispatch
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index ca4a630..903b9de 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -5,16 +5,11 @@ on:
tags:
- 'v*'
- # Allows you to run this workflow manually from the Actions tab
- workflow_dispatch:
-
-# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build_central:
runs-on: ubuntu-latest
steps:
- # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Generate tag
run: echo "CUSTOM_DOCKER_TAG=${GITHUB_REF##*/}" >> $GITHUB_ENV
@@ -40,7 +35,6 @@ jobs:
build_agent:
runs-on: ubuntu-latest
steps:
- # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1