From b8bf81c702f21ca6fc6eee9f196a07657e3bd8bd Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Wed, 7 Feb 2024 23:18:28 +0000 Subject: [PATCH] Remove commented ref --- .github/workflows/iron-debian-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/iron-debian-build.yml b/.github/workflows/iron-debian-build.yml index 616f4deb44..35db1eb8d9 100644 --- a/.github/workflows/iron-debian-build.yml +++ b/.github/workflows/iron-debian-build.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4 with: path: src/ros2_control - #ref: ${{ github.event_name == 'schedule' && 'iron' || '' }} + ref: ${{ github.event_name == 'schedule' && 'iron' || '' }} - name: Build workspace shell: bash run: |