Skip to content

Commit

Permalink
final final
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Sirish <[email protected]>
  • Loading branch information
adityasaky committed Sep 4, 2024
1 parent c56dcf1 commit e4b41be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/gittuf-rsl-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ jobs:
id-token: write
steps:
- name: Install gittuf
uses: gittuf/gittuf-installer@8ce8fbd070477ec72678151e82b82c3d866d9fcd
with:
gittuf-version: main
uses: gittuf/gittuf-installer@fe644793aaaa419fef63800d5cf318663aa93105
- name: Install gitsign
uses: actions-go/go-install@0607b3e7a61b8f1b55e1169a884804d084db73af
with:
module: github.com/sigstore/gitsign@main
uses: chainguard-dev/actions/setup-gitsign@main
- name: Checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/gittuf-rsl-non-main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Record change to non-main branch
on: [pull_request]
on:
push:
branches-ignore:
Expand Down

0 comments on commit e4b41be

Please sign in to comment.