fix github actions

pull/1760/head^2
yann300 3 years ago committed by GitHub
parent 921b9f629d
commit da7179053e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/publish-remix-ide.yml

@ -2,12 +2,6 @@ name: remix-publish-action
on:
pull_request:
types: [ labeled ]
description: Publish Remix IDE
inputs:
token:
description: 'GitHub auth token'
default: ${{ github.token }}
author: yann@ethereum.org
jobs:
build:
if: ${{ github.event.label.name == 'publish' }}

Loading…
Cancel
Save