RFR: CODETOOLS-7903172: Change invocation of GitHub Actions
Kevin Rushforth
kcr at openjdk.java.net
Thu Apr 28 23:43:02 UTC 2022
On Thu, 28 Apr 2022 21:14:47 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
> Update the events for GitHub Actions to better align with JDK.
.github/workflows/test.yml line 4:
> 2:
> 3: on:
> 4: branches-ignore:
Looks like you deleted one too many lines. You need "push:" before this line.
-------------
PR: https://git.openjdk.java.net/jtreg/pull/81
More information about the jtreg-dev
mailing list