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 016e800 commit 143b752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 @@ -12,7 +12,7 @@ on:
- .github/workflows/build-rust-dist-docker.yml

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

0 comments on commit 143b752

Please sign in to comment.