Skip to content

Commit

Permalink
Update qc.yml
Browse files Browse the repository at this point in the history
change branch name and remove ODK version
  • Loading branch information
Clare72 authored Aug 14, 2023
1 parent a9b9f10 commit 6a4ef64
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ name: CI

# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the main branch
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ main ]
branches: [ master ]
pull_request:
branches: [ main ]
branches: [ master ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -19,7 +19,7 @@ jobs:
ontology_qc:
# The type of runner that the job will run on
runs-on: ubuntu-latest
container: obolibrary/odkfull:v1.2.29
container: obolibrary/odkfull

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -28,6 +28,6 @@ jobs:

- name: Run ontology QC checks
env:
DEFAULT_BRANCH: main
DEFAULT_BRANCH: master
run: cd src/ontology && make ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G' test IMP=false PAT=false

0 comments on commit 6a4ef64

Please sign in to comment.