Skip to content

Commit

Permalink
feat: adding v1 structure for node labels in dre repo (#361)
Browse files Browse the repository at this point in the history
* adding initial structure for node labels in dre repo

* adding skip for factsdb

* adding skip for factsdb in pr as well

* adding skip for factsdb in release.yaml
  • Loading branch information
NikolaMilosa committed May 8, 2024
1 parent 42de821 commit f6bda6e
Show file tree
Hide file tree
Showing 4 changed files with 3,549 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ on:
paths-ignore:
- "release-index.yaml"
- "replica-releases/**"
- "factsdb/**"
pull_request:
paths-ignore:
- "release-index.yaml"
- "replica-releases/**"
- "factsdb/**"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
files: |
release-index.yaml
replica-releases/**
factsdb/**
- name: Mark bazel as success # because it should not run if only release files changed
uses: Sibz/github-status-action@v1
Expand Down
Loading

0 comments on commit f6bda6e

Please sign in to comment.