Skip to content

Commit

Permalink
demo: show friendly error message in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Oct 29, 2024
1 parent 0a2389a commit a5a9c47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/datenraum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Sync metadata with Datenraum

on:
push:
branches: ["main"]
branches: ["main", "validate-nodes"]

workflow_dispatch:

Expand All @@ -12,8 +12,8 @@ on:
jobs:
sync_datenraum:
runs-on: ubuntu-latest
strategy:
fail-fast: false
# strategy:
# fail-fast: false

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a5a9c47

Please sign in to comment.