Skip to content

Commit

Permalink
feat: rust dist builder workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
priyasiddharth committed Dec 5, 2024
1 parent 2f51187 commit 59632eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-rust-dist-docker.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: Build builddeps Container
name: Build Rust Dist Container

permissions:
contents: read
Expand All @@ -9,11 +9,11 @@ on:
branches:
- dev-18
paths:
- .github/workflows/build-ci-container.yml
- .github/workflows/build-rust-dist-docker.yml
- 'docker/**'

jobs:
build-ci-container:
build-rust-dist-container:
if: github.repository_owner == 'seahorn'
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 59632eb

Please sign in to comment.