Skip to content

Commit

Permalink
rootfs.yml: Add nfraprado to list as allowed to generate rootfs
Browse files Browse the repository at this point in the history
nfraprado often does changes to tests that require rootfs update,
so it will help to unblock him on this process.

Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed Jul 30, 2024
1 parent 2d67051 commit 4d95e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rootfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ env:
jobs:
rootfs-build:
# only selected people can trigger this job
if: contains('["nuclearcat","JenySadadia","a-wai","broonie","laura-nao","pawiecz","musamaanjum"]', github.actor)
if: contains('["nuclearcat","JenySadadia","a-wai","broonie","laura-nao","pawiecz","musamaanjum","nfraprado"]', github.actor)
runs-on: ubuntu-22.04
environment: deploysecrets
steps:
Expand Down

0 comments on commit 4d95e4e

Please sign in to comment.