mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
MNT Add dummy ci file
This commit is contained in:
parent
b4355b0c5b
commit
7c2ec11e88
16
.github/workflows/ci.yml
vendored
Normal file
16
.github/workflows/ci.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
# This is a dummy ci job added so that the gha-merge-up action will find a ci.yml file to run
|
||||
name: CI
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Pass
|
||||
run: |
|
||||
echo "Passed"
|
Loading…
Reference in New Issue
Block a user