Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ohm314 authored Oct 9, 2023
1 parent 58e0cf0 commit 6e0e344
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ on:
- main

jobs:
draft_pr_reminder:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request'
&& github.event.action == 'opened'
&& github.event.pull_request.draft }}
steps:
- name: Add comment to PR
uses: thollander/actions-comment-pull-request@v2
with:
message: |
Friendly reminder, CI workflows in draft PR's only run on ubuntu-20.04.
reactions: eyes
ci:
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} - ${{ matrix.config.foo }}
Expand Down

0 comments on commit 6e0e344

Please sign in to comment.