mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-22 05:28:25 +00:00
actions: change trigger phrase for kata-deploy action
Let's change the kata-deploy github action trigger from: '/test kata-deploy' to '/test-kata-deploy' which will hopefully reduce the number of false triggers caused when we issue the 'normal' CI runs that are triggered by other '/test xxxx' phrases. Fixes: #971 Signed-off-by: Graham Whaley <graham.whaley@intel.com>
This commit is contained in:
parent
844f21ce5a
commit
e92f3db1ff
3
.github/workflows/kata-deploy-test.yaml
vendored
3
.github/workflows/kata-deploy-test.yaml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
uses: kata-containers/slash-command-action@v1
|
uses: kata-containers/slash-command-action@v1
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
command: "test"
|
command: "test-kata-deploy"
|
||||||
reaction: "true"
|
reaction: "true"
|
||||||
reaction-type: "eyes"
|
reaction-type: "eyes"
|
||||||
allow-edits: "false"
|
allow-edits: "false"
|
||||||
@ -17,7 +17,6 @@ jobs:
|
|||||||
- name: verify command arg is kata-deploy
|
- name: verify command arg is kata-deploy
|
||||||
run: |
|
run: |
|
||||||
echo "The command was '${{ steps.command.outputs.command-name }}' with arguments '${{ steps.command.outputs.command-arguments }}'"
|
echo "The command was '${{ steps.command.outputs.command-name }}' with arguments '${{ steps.command.outputs.command-arguments }}'"
|
||||||
[[ ${{ steps.command.outputs.command-arguments}} == "kata-deploy" ]]
|
|
||||||
create-and-test-container:
|
create-and-test-container:
|
||||||
needs: check_comments
|
needs: check_comments
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user