We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91cc5b5 commit fb353eaCopy full SHA for fb353ea
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Configure environment
23
run: |
24
echo "HYDE_RC_RUNNER_PATH=/tmp/hyde-rc-runner" >> $GITHUB_ENV
25
- if [ -z "$GITHUB_SHA" ]; then
+ if [ ${{ github.event_name }} == 'push' ]; then
26
echo "HYDE_RC_RUNNER_BRANCH=master" >> $GITHUB_ENV
27
else
28
echo "HYDE_RC_BRANCH=$GITHUB_SHA" >> $GITHUB_ENV
0 commit comments