Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! hotfix(ci): correctly detect repo name
  • Loading branch information
ammario committed Jun 2, 2023
commit 9e2f50c55c6763b0ad221ff0835b13a253fcdfd4
2 changes: 1 addition & 1 deletion .github/actions/upload-datadog/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
run: |
repo_name=${{ github.event.pull_request.head.repo.full_name }}
echo "repo_name: $repo_name"
if [[ $repo_name != "coder/coder" }} ]]; then
if [[ $repo_name != "coder/coder" ]]; then
echo "Not a pull request from the main repo, skipping..."
exit 0
fi
Expand Down