Skip to content

Commit

Permalink
Update build-and-test.yml: Enable PR trigger (#3320)
Browse files Browse the repository at this point in the history
This PR removes the commented PR trigger in the [build-and-test.yml](https://github.com/corona-warn-app/cwa-website/blob/master/.github/workflows/build-and-test.yml) workflow. 

The first manually triggered workflow ran successfully, as seen [here](https://github.com/corona-warn-app/cwa-website/actions/runs/3882434456/jobs/6622581219)

Once this PR is merged, the [build.yml](https://github.com/corona-warn-app/cwa-website/blob/master/.github/workflows/build.yml) workflow will be disabled. In the next upcoming PR we should then only see this new workflow.

Thanks to @MikeMcC399 for providing this workflow and his extensive Cypress efforts in general. This will greatly improve the contributors experiences.
  • Loading branch information
larswmh authored Jan 10, 2023
1 parent b86b680 commit bf6a665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and Test

on:
# pull_request:
pull_request:
workflow_dispatch:

jobs:
Expand Down

0 comments on commit bf6a665

Please sign in to comment.