check trigger user for docker action (#219)

This commit is contained in:
Sijie.Sun
2024-08-04 00:37:58 +08:00
committed by GitHub
parent 71d41f0a70
commit 5f0d71b0fe

View File

@@ -21,6 +21,7 @@ on:
jobs:
docker:
if: contains('["KKRainbow"]', github.actor)
runs-on: ubuntu-latest
steps:
-