Skip to content

Commit

Permalink
Rename the test workflow to 'test' as per our other repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Jul 3, 2024
1 parent acb5b10 commit 5dd9eb7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
name: build
name: test

on:
push:
branches:
- "master"
pull_request:
schedule:
- cron: "0 2 * * 1" # 1=monday

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test:

build:

Expand Down

0 comments on commit 5dd9eb7

Please sign in to comment.