Merge pull request #2852 from OSInside/add_slfo_integration_test #170
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI-Update-Build-Tests | |
| on: | |
| push: | |
| branches: | |
| - "main" | |
| paths: | |
| - "build-tests/**" | |
| jobs: | |
| trigger_obs_services: | |
| name: Trigger OBS services connected to build-tests data | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Send API requests to Open Build Service | |
| run: helper/update_obs_services.sh ${{ secrets.OBS_VIRT_APP_IMG }} |