Skip to content

Commit d6df08d

Browse files
Merge pull request #3958 from raspberrypi/remove-debugging-from-github-actions
Remove debug logging from GitHub Actions build
2 parents 60832ed + 72861d2 commit d6df08d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Log current branches and repositories
14-
env:
15-
REPO_FULL_NAME: ${{ github.event.pull_request.head.repo.full_name }}
16-
run: |
17-
echo "Current ref: $GITHUB_REF"
18-
echo "Base ref: $GITHUB_BASE_REF"
19-
echo "Head ref: $GITHUB_HEAD_REF"
20-
echo "Repository: $GITHUB_REPOSITORY"
21-
echo "Head repository: $REPO_FULL_NAME"
2213
- name: Only allow pull requests based on master from the develop branch of the current repository
2314
if: ${{ github.base_ref == 'master' && !(github.head_ref == 'develop' && github.event.pull_request.head.repo.full_name == github.repository) }}
2415
run: |

0 commit comments

Comments
 (0)