-
-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I have moved our code there. See https://github.com/plone/.github/blob/main/reusable-workflows/coredev.yml
- Loading branch information
1 parent
4978076
commit f674af9
Showing
2 changed files
with
7 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# This is a GitHub Action for testing a PR of the current package on buildout.coredev. | ||
# See https://github.com/plone/.github/blob/main/reusable-workflows/coredev-60.yml | ||
name: Test PR on buildout.coredev 6.0 | ||
on: pull_request | ||
jobs: | ||
test-coredev: | ||
uses: plone/.github/reusable-workflows/coredev-60.yml@main |
This file was deleted.
Oops, something went wrong.