1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore(ci): remove action that doesnt work on forks

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-05-23 14:12:28 -03:00
parent f8b8d22ac3
commit 04af60163f
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -1,10 +0,0 @@
name: size-label
on: pull_request
jobs:
size-label:
runs-on: ubuntu-latest
steps:
- name: size-label
uses: "pascalgn/size-label-action@ee2c1d869559066f4c5242f20c658e402e937e73"
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}