diff options
| author | mo khan <mo@mokhan.ca> | 2021-03-08 23:06:09 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-03-08 23:06:09 -0700 |
| commit | 2cddb36b96c83d29d6ab396c2cf9c11582e20332 (patch) | |
| tree | 6844e58d0949c297f88b90229387b6dab2d825bf | |
| parent | 28459227d2551b2f0a29d2f2125420e534be41f7 (diff) | |
rename job to pkg
| -rw-r--r-- | .github/workflows/omnibus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/omnibus.yml b/.github/workflows/omnibus.yml index 1ee73f0..eabecd4 100644 --- a/.github/workflows/omnibus.yml +++ b/.github/workflows/omnibus.yml @@ -5,7 +5,7 @@ on: pull_request: branches: [main] jobs: - deb: + pkg: runs-on: macos-latest steps: - uses: actions/checkout@v2 |
