Skip to content

Commit

Permalink
fix: workflow issue for inference
Browse files Browse the repository at this point in the history
  • Loading branch information
SimsonW committed Jun 6, 2024
1 parent 3a04d46 commit ea98151
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-inference.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build, Test and Deploy
name: Inference - Build, Test and Deploy

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-plugin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build, Test and Deploy
name: Plugin - Build, Test and Deploy

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-inference.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test
name: Inference - Build and Test

on:
pull_request_target:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
echo "CHANGED_FILES<<EOF" >> $GITHUB_ENV
cat /tmp/changed_files.txt >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
echo "::set-output name=changed_files::$(cat /tmp/changed for all operations within the fork's directory by defining `WORKING_DIRECTORY` as an environment variable and prepending `cd ${{ env.WORKING_DIRECTORY }} &&` to all relevant commands.
echo "::set-output name=changed_files::$(cat /tmp/changed_files.txt)"
- name: Set short SHA for image tag
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-plugin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test
name: Plugin - Build and Test

on:
pull_request_target:
Expand Down

0 comments on commit ea98151

Please sign in to comment.