Skip to content

Commit 686d2c8

Browse files
committed
Switch from Jenkins to GitHub Actions
1 parent 25c6115 commit 686d2c8

3 files changed

Lines changed: 23 additions & 52 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
common-build:
10+
uses: GateNLP/gate-top/.github/workflows/standard-module.yml@master
11+
with:
12+
deploy_site_to_pages: false
13+
secrets: inherit
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: CI
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- master
7+
8+
jobs:
9+
common-pr:
10+
uses: GateNLP/gate-top/.github/workflows/standard-module-pr.yml@master

Jenkinsfile

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)