Skip to content

Commit

Permalink
CI Maintenance (#93)
Browse files Browse the repository at this point in the history
* use bare-metal to verify the runtime overrides

* add dependabot config to check for outdated github actions
  • Loading branch information
noandrea authored Mar 20, 2024
1 parent 1f2b028 commit 63c7753
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
updates:
# Enable version updates for github-actions
- package-ecosystem: "github-actions"
# Look for a `Dockerfile` in the `root` directory
directory: "/"
# Check for updates once a month
schedule:
interval: "monthly"
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
check-tracing-runtime:
name: "Check tracing runtime"
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
runs-on:
labels: bare-metal
needs: ["list-spec-versions"]
strategy:
matrix:
Expand Down

0 comments on commit 63c7753

Please sign in to comment.