Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/niv-updater-rare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ on:
jobs:
niv-updater:
name: 'Check for updates'
timeout-minutes: 2 # if this takes more than 2 minutes then something's wrong
runs-on: ubuntu-latest
steps:
- name: niv-updater-action
uses: knl/niv-updater-action@dbe84dffd27c7b5079dd748ce61a3e9797a68cf8
# Use our fork until https://github.com/knl/niv-updater-action/pull/46 is merged
uses: dfinity-lab/niv-updater-action@46d903454cded66eb06b1d17aeb2ddae403fc553
with:
# might be too noisy
whitelist: 'dfinity,ic-ref,musl-wasi,common,niv'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/niv-updater-trial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ on:
jobs:
niv-updater:
name: 'Check for updates'
timeout-minutes: 2 # if this takes more than 2 minutes then something's wrong
runs-on: ubuntu-latest
steps:
- name: niv-updater-action
uses: knl/niv-updater-action@dbe84dffd27c7b5079dd748ce61a3e9797a68cf8
# Use our fork until https://github.com/knl/niv-updater-action/pull/46 is merged
uses: dfinity-lab/niv-updater-action@46d903454cded66eb06b1d17aeb2ddae403fc553
with:
whitelist: 'nixpkgs,musl-wasi'
labels: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/niv-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ on:
jobs:
niv-updater:
name: 'Check for updates'
timeout-minutes: 2 # if this takes more than 2 minutes then something's wrong
runs-on: ubuntu-latest
steps:
- name: niv-updater-action
uses: knl/niv-updater-action@dbe84dffd27c7b5079dd748ce61a3e9797a68cf8
# Use our fork until https://github.com/knl/niv-updater-action/pull/46 is merged
uses: dfinity-lab/niv-updater-action@46d903454cded66eb06b1d17aeb2ddae403fc553
with:
# might be too noisy
blacklist: 'nixpkgs,dfinity,ic-ref,musl-wasi,common,niv,wasm-profiler'
Expand Down