set event name correctly

This commit is contained in:
Al Majumdar 2022-03-30 14:09:10 +05:30
parent 3968a1b77a
commit 71dd315ac4

View file

@ -34,7 +34,7 @@ jobs:
- name: Build and test
uses: docker/bake-action@v1.7.0
env:
GITHUB_EVENT_NAME: "none"
GITHUB_EVENT_NAME: ${{github.event_name}}
with:
targets: bench-test