paritytech / MultiSigil

Apache License 2.0
6 stars 2 forks source link

Always run the security pass #7

Closed Demi-Marie closed 4 years ago

Demi-Marie commented 4 years ago

Otherwise, it causes GitHub to wait forever for an action that will never run.

kirushik commented 4 years ago

Why did you remove the schedule as well? I'd just leave it as

on:
  schedule:
    - cron: '0 0 * * *'
  push

I'm not even sure if an action without an on section would be valid. Please see the documentation for more info