We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13eb4c5 commit b48f37bCopy full SHA for b48f37b
1 file changed
.github/workflows/pr.yml
@@ -2,7 +2,7 @@
2
name: ci-casper-sidecar
3
4
on:
5
- pull_request:
+ pull_request
6
7
jobs:
8
build_and_test:
@@ -14,7 +14,6 @@ jobs:
14
steps:
15
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v3.0.2
16
17
- # Not needed for anything but publish, however verifies aptly install
18
- name: Install deps
19
run: |
20
# echo "deb http://repo.aptly.info/ jammy main" | sudo tee -a /etc/apt/sources.list.d/aptly.list
0 commit comments