Skip to content

Commit

Permalink
need runs-on param
Browse files Browse the repository at this point in the history
  • Loading branch information
mickahell committed Sep 9, 2023
1 parent c1af660 commit 35c6fac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ecosystem-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ jobs:
(startsWith(github.event.issue.title, '[Submission]:') && github.event.action == 'closed'
&& contains(github.event.issue.labels.*.name, 'submission')
&& contains(github.event.issue.labels.*.name, 'ready'))
runs-on: ubuntu-latest
steps:
- name: Create comment on success
uses: peter-evans/create-or-update-comment@v3
Expand Down

0 comments on commit 35c6fac

Please sign in to comment.