Skip to content

Commit

Permalink
Update run-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrovn authored Oct 26, 2023
1 parent 58c4425 commit 88e48ff
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Run tests

on:
push:
branches:
- master
pull_request
permissions:
contents: read
branches: [master]

Check warning on line 5 in .github/workflows/run-test.yml

View check run for this annotation

In Solidarity / Inclusive Language

Match Found

Please consider an alternative to `master`. Possibilities include: `primary`, `main`, `leader`, `active`, `writer`
Raw output
/\b(?!masterdata|masterdata\w+\b)master/gi
pull_request:
branches: [master]

Check warning on line 7 in .github/workflows/run-test.yml

View check run for this annotation

In Solidarity / Inclusive Language

Match Found

Please consider an alternative to `master`. Possibilities include: `primary`, `main`, `leader`, `active`, `writer`
Raw output
/\b(?!masterdata|masterdata\w+\b)master/gi

jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: 'read'
steps:
- name: Extract branch name
shell: bash
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Run gitlab tests
uses: digital-blueprint/gitlab-pipeline-trigger-action@main
with:
host: "${{ vars.GITLAB_URL }}"'
host: "${{ vars.GITLAB_URL }}"
trigger_token: ${{ secrets.DEPLOY_TRIGGER_TOKEN }}
access_token: ${{ secrets.DEPLOY_ACCESS_TOKEN }}
id: '227'
Expand Down

0 comments on commit 88e48ff

Please sign in to comment.