Skip to content

Commit

Permalink
Merge pull request #345 from afuetterer/github-actions
Browse files Browse the repository at this point in the history
ci: update ci run conditions
  • Loading branch information
huberrob committed Aug 21, 2023
2 parents 5204d12 + 46ae0a9 commit 32db0b2
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
name: fuji-server-main
name: CI

on: [push, pull_request]
on:
push:
branches: [master]
pull_request:

concurrency:
group: ci-${{ github.head_ref }}
cancel-in-progress: true

env:
PYTHONUNBUFFERED: 1
FORCE_COLOR: 1 # colored output by pytest etc.

permissions:
contents: read

jobs:

Expand Down

0 comments on commit 32db0b2

Please sign in to comment.